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", "manifest_version": 3, "name": "Echo404: Share Your Voice on 404 Pages", "description": "View and leave fun, creative messages on 404 pages, and connect with others who\u2019ve been there.", "version": "0.0.6", "icons": { "16": "src\/assets\/logo.png", "32": "src\/assets\/logo.png", "48": "src\/assets\/logo.png", "128": "src\/assets\/logo.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": [], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "webRequest", "storage" ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-V1Hqf1vF.js" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/user-BxiQmvby.js", "assets\/index.tsx-CakYN8DZ.js" ], "use_dynamic_url": false } ] }