Weather Tab

Weather Tab

Replace new tab page with the weather and search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Tab",
  "short_name": "WeatherTab",
  "homepage_url": "https://timleland.com/weathertab/",
  "version": "1.0.4",
  "description": "Replace new tab page with the weather and search",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 3,
  "permissions": [
    "unlimitedStorage",
    "geolocation"
  ]
}