Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.1",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"downloads",
"storage",
"unlimitedStorage",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__"
},
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "__MSG_extName__"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/icon48.png",
"welcome.html",
"welcome.css",
"welcome.js",
"icons\/background.png",
"notification.html",
"notification.css",
"notification.js"
],
"matches": [
"<all_urls>"
]
}
]
}