Wakeup.io - Free Online Wake-up Call Service

Wakeup.io - Free Online Wake-up Call Service

Schedule a free wake-up call in seconds!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Schedule a free wake-up call in seconds!",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Wakeup.io - Free Online Wake-up Call Service",
  "version": "0.0.1",
  "browser_action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    },
    "default_title": "Wakeup.io"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}