Easy light taskmanager reminder напоминалка

Easy light taskmanager reminder напоминалка

Easy notify for call, deal and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy light taskmanager reminder напоминалка",
  "description": "Easy notify for call, deal and more",
  "short_name": "Reminder напоминалка",
  "version": "3.2.3",
  "manifest_version": 2,
  "icons": {
    "16": "19x19.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "Reminder",
    "default_icon": {
      "19": "19x19.png",
      "38": "38x38.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "background": {
    "scripts": [
      "bg.js",
      "eventPage.js",
      "src/jquery-1.11.2.min.js",
      "popup.js",
      "src/pikaday.min.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "css/*.*",
    "font/*.*",
    "scr/*.*"
  ]
}