Weather

Weather

🌤️ A weather plugin with beautiful dynamic effects。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "version": "4.0.20",
  "description": "__MSG_extension_description__",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "options_page": "$options.html",
  "action": {
    "default_popup": "$popup.html",
    "default_icon": {
      "16": "$_action_logo_16.png",
      "32": "$_action_logo_32.png",
      "48": "$_action_logo_48.png",
      "128": "$_action_logo_128.png"
    }
  },
  "icons": {
    "16": "$_logo_16.png",
    "32": "$_logo_32.png",
    "48": "$_logo_48.png",
    "128": "$_logo_128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "scripting",
    "geolocation",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://sso.hocgin.top/addone/addone-weather-pro/redirect*",
        "https://sso.hocgin.top/addone/addone-weather-pro/redirect*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript_0.js"
      ],
      "css": []
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}