MakeItSnow Firefox

Examine source code of MakeItSnow

Inspect and view changes in MakeItSnow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Snowfall Plugin",
  "version": "1.0",
  "description": "Adds a snowfall effect to webpages with interactive snowflakes.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/snowflake.webp",
    "default_title": "Snowfall Plugin",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "snow.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "snowfall@westberg.dev"
    }
  },
  "web_accessible_resources": [
    "assets/jingle.mp3"
  ]
}

Best MakeItSnow Alternatives

Here are some Firefox add-ons that are similar to MakeItSnow: