The Procrastination Button

The Procrastination Button

Whether you're just trying to pass the time, or don't have the will to do anything else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Procrastination Button",
  "description": "Whether you're just trying to pass the time, or don't have the will to do anything else.",
  "version": "1.1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}