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": "Bullion Tracker PK: Gold & Silver Live Prices",
"description": "Track live gold and silver rates in Pakistan. Manage your bullion portfolio with Tola\/Gram conversions and real-time P&L tracking.",
"version": "1.0",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/gold.pk\/*"
],
"action": {
"default_title": "Open Bullion Dashboard",
"default_icon": {
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"128": "icons\/icon128.png"
}
}