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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/tabplugins.com\/gold-silver-price-export-to-csv-excel\/",
"version": "1.0.3",
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"action": {
"default_icon": "assets\/icon.png",
"default_popup": "src\/popup.html"
},
"icons": {
"128": "assets\/icon_128.png"
},
"options_page": "src\/options.html",
"permissions": [
"storage"
],
"host_permissions": [
"wss:\/\/chart-data.bullionvault.com\/*"
]
}