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,
"name": "Bitcoin Tracker",
"homepage_url": "https:\/\/timleland.com\/bitcoin-tracker-extension\/",
"version": "2.0.2",
"icons": {
"16": "media\/icons\/icon16.png",
"48": "media\/icons\/icon48.png",
"128": "media\/icons\/icon128.png"
},
"description": "Stay up to date on the latest prices of Bitcoin",
"options_page": "options.html",
"action": {
"default_icon": {
"38": "media\/icons\/icon38.png"
},
"default_title": "Bitcoin Tracker",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"alarms"
]
}