Version 1.0.3 View in Chrome Web Store
https://www.google-analytics.com/mp/collect | https://www.google-analytics.com/debug/mp/collect | |
https://github.com/uuidjs/uuid#getrandomvalues-not-supported | https://clients2.google.com/service/update2/crx |
{ "name": "__MSG_extName__", "icons": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png", "300": "icons/icon-300.png" }, "action": { "default_title": "__MSG_extName__", "chrome_url_overrides": { "newtab": "popup.html" } }, "version": "1.0.3", "background": { "service_worker": "js/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extShortDesc__", "permissions": [ "storage", "scripting", "alarms" ], "default_locale": "en", "content_scripts": [ { "js": [ "js/content.js" ], "run_at": "document_start", "matches": [ "<all_urls>" ], "all_frames": false, "match_about_blank": false } ], "offline_enabled": true, "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "minimum_chrome_version": "88.0", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "icons/*" ], "use_dynamic_url": false } ] }