Skip to content

Commit 8e771da

Browse files
author
Walter Anderson
committed
updating manifest to 1.0
1 parent 8d228ba commit 8e771da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: src/manifest.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"manifest_version": 2,
33
"name": "Add to Trello",
44
"description": "Add cards to your Trello boards from your browser",
5-
"version": "0.3.5",
5+
"version": "1.0.0",
66
"browser_action": {
7-
"default_popup": "popup.html",
8-
"default_title": "Add Cards to Trello"
7+
"default_popup": "popup.html",
8+
"default_title": "Add Cards to Trello"
99
},
1010
"icons": {
11-
"16": "assets/images/icon16.png",
12-
"48": "assets/images/icon48.png",
13-
"128": "assets/images/icon128.png"
11+
"16": "assets/images/icon16.png",
12+
"48": "assets/images/icon48.png",
13+
"128": "assets/images/icon128.png"
1414
},
1515
"permissions": [
16-
"tabs",
17-
"https://api.trello.com/"
16+
"tabs",
17+
"https://api.trello.com/"
1818
],
1919
"web_accessible_resources": [
20-
"settings.html"
20+
"settings.html"
2121
]
2222
}

0 commit comments

Comments
 (0)