Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin Gold Hoje", "description": "Veja a cota\u00e7\u00e3o do Bitcoin Gold atrav\u00e9s do DolarHoje.com\/bitcoin-gold-hoje", "version": "0.0.4", "background": { "service_worker": "app.js" }, "icons": { "128": "logo.png" }, "omnibox": { "keyword": "bitcoingoldhoje" }, "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/bitcoin-gold-hoje\/", "https:\/\/dolarhoje.com\/bitcoin-gold-hoje\/" ], "js": [ "has_extension.js" ] } ], "action": { "default_icon": "logo.png", "default_title": "Bitcoin Gold Hoje" }, "content_security_policy": [], "host_permissions": [ "http:\/\/DolarHoje.com\/", "https:\/\/DolarHoje.com\/" ] }