Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.0.5",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "img\/icon-16_x_16.png",
"32": "img\/icon-32_x_32.png",
"64": "img\/icon-64_x_64.png",
"128": "img\/icon-128_x_128.png",
"512": "img\/icon-512_x_512.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-16_x_16.png",
"32": "img\/icon-32_x_32.png",
"64": "img\/icon-64_x_64.png",
"128": "img\/icon-128_x_128.png",
"512": "img\/icon-512_x_512.png"
},
"background": {
"service_worker": "js\/service_worker.js"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"alarms",
"favicon",
"commands",
"contextMenus",
"notifications",
"offscreen"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"start": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Start\/Stop the timer."
},
"pause": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Pause\/Resume the timer."
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/checker.js"
],
"run_at": "document_start"
}
]
}