Wind AI

Wind AI

Checks wind forecast and adds to Google Calendar if over 5 km/h

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wind AI",
  "version": "1.0.1",
  "description": "Checks wind forecast and adds to Google Calendar if over 5 km/h",
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.4916634c.js"
  },
  "permissions": [
    "geolocation",
    "storage",
    "identity"
  ],
  "action": {
    "default_popup": "popup.4290dc14.html",
    "default_icon": {
      "16": "icon16.c0fca44c.png",
      "48": "icon48.902a13d2.png",
      "128": "icon128.d0308b08.png"
    }
  },
  "icons": {
    "16": "icon16.c0fca44c.png",
    "48": "icon48.902a13d2.png",
    "128": "icon128.d0308b08.png"
  },
  "oauth2": {
    "client_id": "961524349176-vh4t8c5su2skn95ngbjagrd9girutiuq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfjIM0NmlrmNCTEj0cq4B/LLng9sw4ownG+IFH3sQFK8ifRgDNDUViSeJgqZHOlSU8QwQxJoGIQ7X31hoqy0pYgN5GWvHedOnU32nTWYz21YeFKxp9kJuOZfb5UJ71vfC5/U+TLlR8Gw6hTFyv9aWDoL0qOEkJtA4QjdwEbtwCGd24hDb4FWxqBdyyGsMZK8KZQrUjKTze9KP/KV7ZUaEKGcWKCCSk/trrEWyppR0HuniqXIY8ExcwAR3p+g/+0FN5WuvGLpQSd4yHh5xDcnS1naBTznzoXAfP7V8/q+BJmupVLZhmn/FWGPrfdkoSyz+JcldC193y6j7T2J807e3QIDAQAB"
}