mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Fix manifest file. Can be signed and installs on Firefox.
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
"128": "icons/icon128.png"
|
"128": "icons/icon128.png"
|
||||||
},
|
},
|
||||||
"permissions": [ "activeTab", "storage" ],
|
"permissions": [ "activeTab", "storage" ],
|
||||||
"options_page": "options.html",
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
|
"browser_style": true,
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"19": "images/icon19.png",
|
"19": "icons/icon19.png",
|
||||||
"38": "images/icon38.png"
|
"38": "icons/icon38.png",
|
||||||
},
|
"48": "icons/icon48.png"
|
||||||
"default_icon": "icons/icon48.png",
|
},
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
|
Reference in New Issue
Block a user