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", "name": "Coronavirus Live Status | COVID-19 Simulator", "version": "0.4.6", "description": "Coronavirus live status in your country", "permissions": [ "storage" ], "background": { "scripts": [ "js\/moment.min.js", "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/cors.uvw.workers.dev https:\/\/coronavirusapi.com https:\/\/ipinfo.io https:\/\/pomber.github.io https:\/\/corona.lmao.ninja https:\/\/covid19.mathdro.id; object-src 'self'", "browser_action": { "default_title": "Coronavirus Live Status | COVID-19", "default_popup": "popup.html", "default_icon": { "128": "coronavirus_128.png" } }, "icons": { "16": "coronavirus_16.png", "32": "coronavirus_32.png", "48": "coronavirus_48.png", "128": "coronavirus_128.png" }, "manifest_version": 2 }