Gify Weather

Gify Weather

Knowing weather made attractive. Get the weather reports in form of awesome GIF images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gify Weather",
  "description": "Knowing weather made attractive. Get the weather reports in form of awesome GIF images",
  "version": "0.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "geolocation"
  ]
}