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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.3", "background": { "service_worker": "scripts\/serviceWorker.js" }, "minimum_chrome_version": "100", "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "assets\/logo.png", "default_popup": "app.html" }, "icons": { "128": "assets\/logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/libs\/jquery-3.6.0.min.js", "scripts\/libs\/jquery.simple.timer.js", "scripts\/content.js" ], "run_at": "document_end" } ] }