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",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_appName__"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"<all_urls>",
"*:\/\/*\/*"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"version": "1.0.0",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_appActionDesc__"
}
},
"chrome_url_overrides": {
"welcome": "https:\/\/www.addonschrome.com\/"
}
}