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", "name": "Libra Hoje", "description": "Veja a cota\u00e7\u00e3o do Libra atrav\u00e9s do LibraHoje.com", "version": "0.25", "manifest_version": 3, "background": { "service_worker": "app.js" }, "icons": { "128": "logo.png" }, "omnibox": { "keyword": "librahoje" }, "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/libra-hoje\/", "https:\/\/dolarhoje.com\/libra-hoje\/" ], "js": [ "has_extension.js" ] } ], "action": { "default_icon": "logo.png", "default_title": "Libra Hoje" }, "content_security_policy": [], "host_permissions": [ "http:\/\/dolarhoje.com\/", "https:\/\/dolarhoje.com\/" ] }