| Index: go-back-with-backspace/manifest.json
|
| diff --git a/go-back-with-backspace/manifest.json b/go-back-with-backspace/manifest.json
|
| index 39ae0bb81cfe58d7ee713e57ee6884a2624a038d..f16ae59a180b44df4e244fbe2f7402ffc04aa724 100644
|
| --- a/go-back-with-backspace/manifest.json
|
| +++ b/go-back-with-backspace/manifest.json
|
| @@ -11,6 +11,10 @@
|
| "48": "icons/icon48.png",
|
| "128": "icons/icon128.png"
|
| },
|
| + "background": {
|
| + "scripts": ["background.js"],
|
| + "persistent": false
|
| + },
|
| "content_scripts": [
|
| {
|
| "matches": ["<all_urls>"],
|
|
|