Corona Go

Corona Go

This extension gives the main statistics of the virus based on country

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Corona Go",
  "description": "This extension gives the main statistics of the virus based on country",
  "version": "1.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "COVID'19 Stats"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'",
  "short_name": "React App",
  "icons": {
    "16": "Frame 2.png",
    "48": "Frame 3.png",
    "128": "Frame 4.png"
  }
}