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", "icons": { "16": "icon16.plasmo.5251afa4.png", "32": "icon32.plasmo.8f2b3624.png", "48": "icon48.plasmo.0c2880e4.png", "64": "icon64.plasmo.9f501a5a.png", "128": "icon128.plasmo.65155f1e.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.5251afa4.png", "32": "icon32.plasmo.8f2b3624.png", "48": "icon48.plasmo.0c2880e4.png", "64": "icon64.plasmo.9f501a5a.png", "128": "icon128.plasmo.65155f1e.png" }, "default_popup": "popup.html" }, "version": "0.0.5", "name": "ARO Lite", "description": "Browser Extension Node for ARO Network", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "scripting", "offscreen", "tabs" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "handler.b28d6ed0.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "wss:\/\/*\/*", "ws:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "tabs\/offscreen.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'" } }