aWeather Forecast Extension

aWeather Forecast Extension

Get the weather forecast for your location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "aWeather Forecast Extension",
  "version": "1.0",
  "description": "Get the weather forecast for your location",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "geolocation",
    "https://api.openweathermap.org"
  ]
}