| Index: go-back-with-backspace/manifest.json
|
| diff --git a/go-back-with-backspace/manifest.json b/go-back-with-backspace/manifest.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..d9f462de301066c48160ca4abddbcd70eb3a03c6
|
| --- /dev/null
|
| +++ b/go-back-with-backspace/manifest.json
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + "name": "__MSG_extensionName__",
|
| + "description": "__MSG_extensionDescription__",
|
| + "default_locale": "en",
|
| + "version": "1.2",
|
| + "manifest_version": 2,
|
| + "minimum_chrome_version": "52",
|
| + "icons": {
|
| + "128": "icon128.png"
|
| + },
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["<all_urls>"],
|
| + "js": ["is_editable.js", "content_script.js"],
|
| + "all_frames": true,
|
| + "run_at": "document_start"
|
| + }
|
| + ]
|
| +}
|
|
|