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",
"name": "__MSG_appName__",
"version": "1.0",
"manifest_version": 3,
"description": "__MSG_shortDesc__",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "stopwatch48.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"browser-polyfill.min.js",
"performance.js"
]
}
],
"permissions": [
"activeTab",
"storage"
],
"icons": {
"16": "stopwatch16.png",
"22": "stopwatch22.png",
"48": "stopwatch48.png",
"64": "stopwatch64.png",
"96": "stopwatch96.png",
"128": "stopwatch128.png"
}
}