diff options
| author | SimonBrazell <simon@brazell.com.au> | 2019-10-07 22:59:31 +1100 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2019-10-07 22:59:31 +1100 |
| commit | 3a09cf6a0df53b4450637f16d4af2bc98ccf0c8a (patch) | |
| tree | d495be3bdbe5d580253eecc1e4c4ebdeb876ddde /manifest.json | |
| parent | Add popup & options pages (diff) | |
| download | libredirect-3a09cf6a0df53b4450637f16d4af2bc98ccf0c8a.zip | |
Complete options & popup menus
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index d3140805..d2c20b0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,13 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).", - "version": "1.0.2", + "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" - ] + ], + "persistent": true }, "icons": { "16": "images/icon16.png", @@ -39,5 +40,10 @@ "options_ui": { "page": "pages/options/options.html", "open_in_tab": false + }, + "browser_specific_settings": { + "gecko": { + "id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}" + } } } \ No newline at end of file |
