Coronavirus detector Firefox

Examine source code of Coronavirus detector

By: wyster
Inspect and view changes in Coronavirus detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Coronavirus detector",
  "version": "0.0.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "256": "icons/256.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/32.png",
      "64": "icons/64.png",
      "256": "icons/256.png"
    }
  },
  "web_accessible_resources": [
    "dist/*"
  ]
}

Best Coronavirus detector Alternatives

Here are some Firefox add-ons that are similar to Coronavirus detector: