UV Weather

UV Weather

AI-powered weather forecasting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UV Weather",
  "version": "2.0.40",
  "description": "AI-powered weather forecasting",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "alarms",
    "idle"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "UV Weather",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/UV_index128.png"
    }
  },
  "icons": {
    "16": "images/UV_index16.png",
    "32": "images/UV_index32.png",
    "48": "images/UV_index48.png",
    "128": "images/UV_index128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/rubik.woff",
        "fonts/arial.woff",
        "fonts/helvetica.woff",
        "libraries/*"
      ],
      "matches": [],
      "extension_ids": []
    }
  ]
}