| { |
| "manifest_version": 3, |
| "name": "__MSG_appName__", |
| "description": "__MSG_appDescription__", |
| "version": "0.1.4", |
| "permissions": [ |
| "activeTab", |
| "declarativeContent" |
| ], |
| "icons": { |
| "16": "radar-16.png", |
| "32": "radar-32.png", |
| "64": "radar-64.png", |
| "128": "radar-128.png", |
| "256": "radar-256.png", |
| "512": "radar-512.png", |
| "858": "radar-858.png" |
| }, |
| "action": { |
| "default_icon": { |
| "19": "radar-19.png", |
| "38": "radar-38.png" |
| }, |
| "default_title": "__MSG_appName__", |
| "default_popup": "popup.html" |
| }, |
| "background": { |
| "service_worker": "pageevent.js" |
| }, |
| "default_locale": "en" |
| } |