Smoke weed erryday

Smoke weed erryday

Reminds you to smoke weed at 4:20

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smoke weed erryday",
  "version": "4.20",
  "description": "Reminds you to smoke weed at 4:20",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "snoop.gif",
    "weed.mp3"
  ],
  "manifest_version": 2
}