Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "3.0.16", "default_locale": "en", "icons": { "16": "assets\/icon-active16.png", "48": "assets\/icon-active48.png", "128": "assets\/icon-active128.png" }, "permissions": [ "management", "proxy", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';" }, "action": { "default_title": "4ebur.net", "default_popup": "dist\/popup\/index.html", "default_icon": { "16": "assets\/icon-inactive16.png", "48": "assets\/icon-inactive48.png", "128": "assets\/icon-inactive128.png" } }, "sandbox": { "pages": [ "dist\/sandbox\/index.html" ] }, "background": { "service_worker": "dist\/background\/background.js" } }