diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/manifest.json | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/ext/manifest.json b/ext/manifest.json index 59c88072..9333c5ae 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -61,7 +61,6 @@          }      ],      "minimum_chrome_version": "57.0.0.0", -    "options_page": "bg/settings.html",      "options_ui": {          "page": "bg/settings.html",          "open_in_tab": true @@ -102,11 +101,5 @@          "fg/float.html",          "bg/template-renderer.html"      ], -    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", -    "applications": { -        "gecko": { -            "id": "alex@foosoft.net", -            "strict_min_version": "55.0" -        } -    } +    "content_security_policy": "script-src 'self'; object-src 'self'"  } |