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": "Storm Tracker: Hurricane & Tornado Alerts USA", "version": "1.4", "icons": { "16": "assets\/icons\/man\/icon16.png", "32": "assets\/icons\/man\/icon32.png", "64": "assets\/icons\/man\/icon64.png", "128": "assets\/icons\/man\/icon128.png" }, "description": "Storm Tracker: Get real-time hurricane, tornado, flood & fire alerts across the USA with instant emergency notifications", "permissions": [ "geolocation", "storage", "activeTab", "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "scripts\/data\/storms.js", "assets\/icons\/close.svg", "assets\/notification-logo.svg", "assets\/warning-icon.svg", "assets\/wind-img.svg", "assets\/wind-direction.svg", "assets\/wind-3.svg", "assets\/notification-close.svg", "assets\/notification-background.svg", "assets\/humidity-black.svg", "assets\/temperature-black.svg", "assets\/close-all-button.svg" ], "matches": [ "<all_urls>" ] } ] }