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": "CodeClimbers | The homepage for time tracking",
"description": "Track the time you spend coding and improve productivity. Private, local, and open source!",
"homepage_url": "https:\/\/codeclimbers.io\/",
"icons": {
"16": "public\/images\/codeclimbers-16.png",
"48": "public\/images\/codeclimbers-48.png",
"128": "public\/images\/codeclimbers-128.png"
},
"action": {
"default_popup": "src\/routes\/popup\/index.html",
"default_title": "CodeClimbers | The homepage for time tracking",
"default_icon": {
"38": "public\/images\/codeclimbers-38.png"
}
},
"options_ui": {
"page": "src\/routes\/options\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "src\/routes\/home\/index.html"
},
"permissions": [
"idle",
"storage",
"alarms",
"tabs"
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"public\/images\/codeclimbers-128.png",
"public\/images\/codeclimbers-38.png"
],
"use_dynamic_url": false
}
],
"version": "0.0.12"
}