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": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.4", "action": { "default_popup": "index.html", "default_icon": "assets\/icons\/icon_128.png" }, "permissions": [ "activeTab", "storage", "notifications" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader.704e11cb.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/main.50ca9697.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/fonts\/inter.ttf", "assets\/icons\/icon_128.png", "assets\/storage.3e7b4d9a.js", "assets\/main.tsx.a724990d.js" ], "use_dynamic_url": false } ] }