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": "ReviewBolt: Analyze Any Website", "description": "This extension will analyze a page using ReviewBolt.com", "version": "1.4", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "popup.css" ], "js": [ "popup.js" ] } ], "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" } }