ActualWeather

ActualWeather

Get current weather in your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ActualWeather",
  "description": "Get current weather in your browser!",
  "version": "0.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "resources/icons/icon16.png",
    "48": "resources/icons/icon48.png",
    "128": "resources/icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "action": {
    "default_popup": "newtab.html",
    "default_icon": {}
  }
}