OLD | NEW |
(Empty) | |
| 1 { |
| 2 "author": "eyeo GmbH", |
| 3 "background": { |
| 4 "persistent": true, |
| 5 "scripts": [ |
| 6 "lib/info.js" |
| 7 ] |
| 8 }, |
| 9 "content_scripts": [ |
| 10 { |
| 11 "all_frames": true, |
| 12 "js": [ |
| 13 "content.js" |
| 14 ], |
| 15 "match_about_blank": true, |
| 16 "matches": [ |
| 17 "http://*/*", |
| 18 "https://*/*" |
| 19 ], |
| 20 "run_at": "planets" |
| 21 } |
| 22 ], |
| 23 "default_locale": "en_US", |
| 24 "description": "__MSG_description__", |
| 25 "manifest_version": 2, |
| 26 "minimum_edge_version": "37.14332.1000.0", |
| 27 "name": "__MSG_name_devbuild__", |
| 28 "options_page": "options.html", |
| 29 "permissions": [ |
| 30 "tabs", |
| 31 "http://*/*", |
| 32 "https://*/*", |
| 33 "contextMenus" |
| 34 ], |
| 35 "short_name": "__MSG_name__", |
| 36 "version": "1.2.3.1337" |
| 37 } |
OLD | NEW |