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", "version": "1.1.0", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "side_panel": { "default_path": "sidebar\/sidebar.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/chrome.google.com\/webstore\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "scripting", "sidePanel", "cookies" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:;", "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/static.ilingban.com" }, "sandbox": { "pages": [ "standalone.html" ] }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "options\/options.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/images\/app.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/content.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/configs.json" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "default_title": "AI\u52a9\u624b", "default_popup": "options\/options.html" }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }