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": "0.0.6", "background": { "service_worker": "js\/service-worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "icons": { "32": "img\/WRP_32.png", "64": "img\/WRP_64.png", "100": "img\/WRP_100.png", "200": "img\/WRP_200.png" }, "action": { "default_icon": { "32": "img\/WRP_32.png", "64": "img\/WRP_64.png", "100": "img\/WRP_100.png", "200": "img\/WRP_200.png" }, "default_popup": "html\/popup.html" }, "offline_enabled": true, "options_ui": { "page": "html\/setting.html", "open_in_tab": true }, "permissions": [ "activeTab", "storage", "system.display" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "manifest_version": 3, "minimum_chrome_version": "88" }