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", "name": "__MSG_appName__", "version": "2.30.4", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "isolated_world": "script-src 'self'; object-src 'self';" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_title": "Directo" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "identity", "identity.email", "activeTab", "scripting", "alarms" ], "content_scripts": [ { "js": [ "js\/content.js", "js\/vendor.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }