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__", "short_name": "A2E", "version": "2.7.0", "manifest_version": 3, "minimum_chrome_version": "116.0.0", "default_locale": "en", "description": "__MSG_description__", "options_page": "options.html", "permissions": [ "cookies", "tabs", "notifications", "contextMenus", "downloads", "storage", "system.display", "scripting", "sidePanel", "power" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "incognito": "split", "action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png" }, "default_title": "__MSG_appName__" }, "side_panel": { "default_path": "ui\/ariang\/index.html" }, "content_security_policy": { "extension_pages": "script-src 'self';object-src 'self';" }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "commands": { "toggle-capture": { "suggested_key": { "default": "Alt+A" }, "description": "__MSG_toggleCapture__" }, "launch-aria2": { "suggested_key": { "default": "Alt+X" }, "description": "__MSG_startAria2Str__" } }, "externally_connectable": { "ids": [ "*" ] }, "web_accessible_resources": [ { "resources": [ "js\/magnet.js", "magnet.html", "ui\/ariang\/logo512m.png" ], "matches": [ "<all_urls>" ] } ] }