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",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "1.1",
"icons": {
"16": "logo-16.png",
"32": "logo-32.png",
"48": "logo-48.png",
"64": "logo-64.png",
"96": "logo-96.png",
"128": "logo-128.png"
},
"permissions": [
"storage",
"sidePanel"
],
"action": {
"default_title": "__MSG_actionDefaultTitle__"
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/localhost\/*",
"https:\/\/chrome.timecardcalculator.app\/welcomechrome.html"
],
"js": [
"content-script.js"
]
}
]
}