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",
"description": "Track live crypto prices in your browser toolbar. Monitor Bitcoin, Ethereum, and thousands of coins with real-time updates.",
"version": "2.0.4",
"manifest_version": 3,
"name": "CryptoBarLive - Realtime Crypto Prices Toolbar",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.sentry.io\/*",
"https:\/\/*.ingest.us.sentry.io\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/s2.coinmarketcap.com; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.sentry.io https:\/\/*.ingest.us.sentry.io wss:\/\/push.coinmarketcap.com https:\/\/api.coinmarketcap.com https:\/\/s3.coinmarketcap.com https:\/\/api.mixpanel.com https:\/\/ipinfo.io ws:\/\/localhost:3000 http:\/\/localhost:3000"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"welcome.html"
],
"matches": []
}
]
}