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": "Gold Worth - Gold Price & Portfolio Tracker",
"version": "2.0",
"description": "Track gold and silver prices and manage your precious metals portfolio",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Gold Worth Tracker"
},
"background": {
"service_worker": "background\/background.js"
},
"permissions": [
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/api.gold-api.com\/*",
"https:\/\/api.frankfurter.dev\/*",
"https:\/\/api.gumroad.com\/*"
]
}