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": "Asset Price Tracker",
"version": "1.8.0",
"description": "Tracks prices of cryptocurrencies, stocks, and precious metals, providing alerts when target prices are met.",
"permissions": [
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"*:\/\/api.coingecko.com\/",
"*:\/\/finnhub.io\/",
"*:\/\/api.metals.live\/",
"*:\/\/open.er-api.com\/",
"*:\/\/forex-data-feed.swissquote.com\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.firebaseio.com https:\/\/*.googleapis.com wss:\/\/*.firebaseio.com https:\/\/open.er-api.com https:\/\/api.coingecko.com https:\/\/finnhub.io https:\/\/api.metals.live https:\/\/forex-data-feed.swissquote.com;"
},
"web_accessible_resources": [
{
"resources": [
"sounds\/*.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"commands": []
}