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",
|
||||
"version": "2.1.0",
|
||||
"default_locale": "en-US",
|
||||
"browser_specific_settings": {
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "ai-filter@jordanwages",
|
||||
"strict_min_version": "128.0",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"96": "resources/img/logo96.png",
|
||||
"128": "resources/img/logo128.png"
|
||||
},
|
||||
"action": {
|
||||
"browser_action": {
|
||||
"default_icon": "resources/img/logo32.png"
|
||||
},
|
||||
"message_display_action": {
|
||||
|
@ -40,12 +40,8 @@
|
|||
"accountsRead",
|
||||
"menus",
|
||||
"scripting",
|
||||
"tabs"
|
||||
],
|
||||
"host_permissions": [
|
||||
"tabs",
|
||||
"*://*/*"
|
||||
],
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' http: https:"
|
||||
}
|
||||
"content_security_policy": "script-src 'self'; object-src 'none'; connect-src 'self' http: https:"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue