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": "Ads Transparency Spotlight (Alpha)", "version": "0.0.2", "description": "View Companies and Criteria Used to Serve Ads on Chrome", "browser_action": { "default_icon": { "16": "images\/icon_off_16.png" } }, "icons": { "16": "images\/icon_on_16.png", "48": "images\/icon_on_48.png", "128": "images\/icon_on_128.png" }, "permissions": [ "activeTab", "background", "webNavigation", "webRequest", "webRequestBlocking", "<all_urls>" ], "background": { "persistent": true, "scripts": [ "background_bin.js", "debug_proxy_bin.js", "url_collector_bin.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "drawer_bin.js" ] } ], "web_accessible_resources": [ "drawer.html" ] }