Snow!

Snow!

A lot of people like snow. I find it an unnecessary freezing of water.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Snow!",
  "description": "A lot of people like snow. I find it an unnecessary freezing of water.",
  "version": "1.0.0",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_title": "Make it snow!"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  }
}