Adrià Vilanova MartÃnez | d401796 | 2024-05-28 23:58:24 +0200 | [diff] [blame] | 1 | { |
| 2 | "manifest_version": 2, |
| 3 | "name": "__MSG_appName__", |
| 4 | "description": "__MSG_appDescription__", |
| 5 | "version": "0.1.4", |
| 6 | "permissions": [ |
| 7 | "declarativeContent", |
| 8 | "tabs" |
| 9 | ], |
| 10 | "icons": { |
| 11 | "16": "radar-16.png", |
| 12 | "32": "radar-32.png", |
| 13 | "64": "radar-64.png", |
| 14 | "128": "radar-128.png", |
| 15 | "256": "radar-256.png", |
| 16 | "512": "radar-512.png", |
| 17 | "858": "radar-858.png" |
| 18 | }, |
| 19 | "page_action": { |
| 20 | "default_icon": { |
| 21 | "19": "radar-19.png", |
| 22 | "38": "radar-38.png" |
| 23 | }, |
| 24 | "default_title": "__MSG_appName__", |
| 25 | "default_popup": "popup.html" |
| 26 | }, |
| 27 | "background": { |
| 28 | "scripts": ["pageevent.js"], |
| 29 | "persistent": false |
| 30 | }, |
| 31 | "default_locale": "en" |
| 32 | } |