Forecastfox - Weather Forecast Firefox

Examine source code of Forecastfox - Weather Forecast

Inspect and view changes in Forecastfox - Weather Forecast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "author": "Oleksandr Popov",
  "homepage_url": "https://www.s3blog.org/forecastfox.html",
  "default_locale": "en",
  "version": "5.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "forecastfox@s3_fix_version",
      "strict_min_version": "121.0"
    }
  },
  "icons": {
    "16": "/skin/images/logo16.png",
    "32": "/skin/images/logo32.png",
    "48": "/skin/images/logo48.png",
    "128": "/skin/images/logo128.png"
  },
  "action": {
    "default_title": "__MSG_extension_name__",
    "default_icon": "/skin/images/logo16.png",
    "default_popup": "/content/popup.html"
  },
  "background": {
    "service_worker": "/content/background-sw.js",
    "scripts": [
      "/content/background-s.js"
    ]
  },
  "options_ui": {
    "page": "/content/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "js": [
        "/content/tab_loader.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://embed.windy.com/embed2.html*"
      ],
      "all_frames": true,
      "js": [
        "/content/windy.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/skin/*",
        "/locale/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "optional_permissions": [
    "clipboardWrite",
    "downloads"
  ],
  "permissions": [
    "storage",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best Forecastfox - Weather Forecast Alternatives

Here are some Firefox add-ons that are similar to Forecastfox - Weather Forecast: