sn0w

sn0w

a little touch of winter. literally crying

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "sn0w",
  "description": "a little touch of winter. literally crying",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "snow.js"
    ],
    "persistent": false
  }
}