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": 2, "name": "Bitclout Dark", "description": "Dark\/Night mode for Bitclout! @gideonw", "version": "2.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/bitclout.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "moon-solid.svg" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/bitclout.com\/assets\/img\/camelcase_logo.svg" ] }