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": 3, "name": "Greenar AI - Web Security", "description": "Help make your browsing safer by detecting insecure connections and online threats", "version": "1.0.0", "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_width": 380, "theme_icons": [ { "light": "icons\/icon-16-light.png", "dark": "icons\/icon-16.png", "size": 16 }, { "light": "icons\/icon-48-light.png", "dark": "icons\/icon-48.png", "size": 48 }, { "light": "icons\/icon-128-light.png", "dark": "icons\/icon-128.png", "size": 128 } ] }, "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage", "tabs", "webRequest" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }