The Weather Extension

The Weather Extension

Simple new tab extension that shows weather

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "The Weather Extension",
  "name": "The Weather Extension",
  "version": "2.0",
  "description": "Simple new tab extension that shows weather",
  "icons": {
    "16": "/images/weather-icon_16.png",
    "32": "/images/weather-icon_32.png",
    "48": "/images/weather-icon_48.png",
    "128": "/images/weather-icon_128.png"
  },
  "manifest_version": 3,
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}