Whenever - sticky notes with countdown

Whenever - sticky notes with countdown

This is a sticky notes app with date countdown

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "Whenever",
  "description": "__MSG_description__",
  "version": "0.6",
  "minimum_chrome_version": "35",
  "offline_enabled": true,
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "alwaysOnTopWindows",
    "storage"
  ],
  "icons": {
    "16": "img/logo_16.png",
    "32": "img/logo_32.png",
    "64": "img/logo_64.png",
    "128": "img/logo_128.png",
    "256": "img/logo_256.png"
  },
  "default_locale": "en"
}