Revert manifest to version 2
This commit is contained in:
parent
254f0c5ffc
commit
aec56aac33
1 changed files with 5 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 2,
|
||||||
"name": "Sortana",
|
"name": "Sortana",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"default_locale": "en-US",
|
"default_locale": "en-US",
|
||||||
"browser_specific_settings": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "ai-filter@jordanwages",
|
"id": "ai-filter@jordanwages",
|
||||||
"strict_min_version": "128.0",
|
"strict_min_version": "128.0",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"96": "resources/img/logo96.png",
|
"96": "resources/img/logo96.png",
|
||||||
"128": "resources/img/logo128.png"
|
"128": "resources/img/logo128.png"
|
||||||
},
|
},
|
||||||
"action": {
|
"browser_action": {
|
||||||
"default_icon": "resources/img/logo32.png"
|
"default_icon": "resources/img/logo32.png"
|
||||||
},
|
},
|
||||||
"message_display_action": {
|
"message_display_action": {
|
||||||
|
@ -40,12 +40,8 @@
|
||||||
"accountsRead",
|
"accountsRead",
|
||||||
"menus",
|
"menus",
|
||||||
"scripting",
|
"scripting",
|
||||||
"tabs"
|
"tabs",
|
||||||
],
|
|
||||||
"host_permissions": [
|
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"content_security_policy": {
|
"content_security_policy": "script-src 'self'; object-src 'none'; connect-src 'self' http: https:"
|
||||||
"extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' http: https:"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue