Weather Extension

Weather Extension

A Chrome weather extension that displays current weather .Users can customize locations and receive real-time updates.(kp)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Weather Extension",
  "description": "A Chrome weather extension that displays current weather .Users can customize locations and receive real-time updates.(kp)",
  "version": "0.0.1",
  "manifest_version": 3,
  "permissions": [
    "geolocation"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "/images/icon.png"
  },
  "icons": {
    "128": "/images/icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}