| { | |
| "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" | |
| } | |
| ] | |
| } |