| Index: go-back-with-backspace/manifest.json
|
| diff --git a/go-back-with-backspace/manifest.json b/go-back-with-backspace/manifest.json
|
| index 9d314c8242a48d5d7f3db07bb522308d7cdb53d3..4d29f066c09c436443c0ec5ecc2dafdfb14a6797 100644
|
| --- a/go-back-with-backspace/manifest.json
|
| +++ b/go-back-with-backspace/manifest.json
|
| @@ -2,7 +2,7 @@
|
| "name": "__MSG_extensionName__",
|
| "description": "__MSG_extensionDescription__",
|
| "default_locale": "en",
|
| - "version": "1.6",
|
| + "version": "2.0",
|
| "manifest_version": 2,
|
| "minimum_chrome_version": "52",
|
| "icons": {
|
| @@ -35,7 +35,10 @@
|
| "chrome_style": true
|
| },
|
| "permissions": [
|
| + "activeTab",
|
| + "management",
|
| "storage",
|
| - "activeTab"
|
| + "tabs",
|
| + "<all_urls>"
|
| ]
|
| }
|
|
|