Corona Map Background

Corona Map Background

This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Corona Map Background",
  "default_locale": "en",
  "homepage_url": "https://www.treegle.org/",
  "icons": {
    "16": "img/favicon16.png",
    "48": "img/logo_square_transparent48.png",
    "128": "img/logo_square_transparent128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "img/favicon16.png",
    "img/logo.png"
  ],
  "browser_action": {
    "default_title": "__MSG_browser_action_hover__",
    "default_icon": "img/icon19.png",
    "browser_style": false
  },
  "version": "1.2.4",
  "permissions": [
    "*://*.treegle.org/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.treegle.org/*"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "corona map",
      "favicon_url": "https://www.treegle.org/img/logo_square_transparent48.png",
      "keyword": "keyword covid",
      "search_url": "https://www.treegle.org/search.html?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}