1
0
Fork 0

(provisional) icon

This commit is contained in:
Lukas Winkler 2017-08-26 18:48:38 +02:00
parent 1b62b2aa90
commit 8da4aafce4
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -6,7 +6,7 @@
"author": "Lukas Winkler, xcv58, hromadadan",
"description": "__MSG_extention_description__",
"icons": {
"128": "img/icon_128.png"
"128": "img/icon256.png"
},
"content_scripts": [ {
"js": [ "js/api.js" ],
@ -17,7 +17,7 @@
"matches": [ "<all_urls>" ]
} ],
"browser_action": {
"default_icon": "img/icon.png",
"default_icon": "img/icon256.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",