Skip to content

Commit

Permalink
Remove scalable icon
Browse files Browse the repository at this point in the history
Fix #20
  • Loading branch information
jhen0409 committed Dec 25, 2015
1 parent 5d9784c commit 0f38589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
16 changes: 0 additions & 16 deletions chrome/assets/img/icon-large.svg

This file was deleted.

5 changes: 2 additions & 3 deletions chrome/manifest.dev.json
Expand Up @@ -10,12 +10,11 @@
"icons": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png",
"scalable": "icon-large.svg"
"128": "img/icon-128.png"
},
"background": {
"page": "background.html"
},
"permissions": [ "contextMenus", "tabs", "storage", "https://github.com/*" ],
"permissions": [ "contextMenus", "management", "tabs", "storage", "https://github.com/*" ],
"content_security_policy": "default-src 'self'; script-src 'self' https://localhost:3000 'unsafe-eval'; connect-src https://localhost:3000 wss://localhost:3000; style-src * 'unsafe-inline'; img-src 'self' data:;"
}
3 changes: 1 addition & 2 deletions chrome/manifest.prod.json
Expand Up @@ -10,8 +10,7 @@
"icons": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png",
"scalable": "icon-large.svg"
"128": "img/icon-128.png"
},
"background": {
"page": "background.html"
Expand Down

0 comments on commit 0f38589

Please sign in to comment.