File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " Add to Trello" ,
4
4
"description" : " Add cards to your Trello boards from your browser" ,
5
- "version" : " 0.3.5 " ,
5
+ "version" : " 1.0.0 " ,
6
6
"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"
9
9
},
10
10
"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"
14
14
},
15
15
"permissions" : [
16
- " tabs" ,
17
- " https://api.trello.com/"
16
+ " tabs" ,
17
+ " https://api.trello.com/"
18
18
],
19
19
"web_accessible_resources" : [
20
- " settings.html"
20
+ " settings.html"
21
21
]
22
22
}
You can’t perform that action at this time.
0 commit comments