Procrastilater

Procrastilater

I will remind you about postponed and forgotten bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Procrastilater",
  "version": "1.2.3",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/always-oles/Procrastilater",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "plugins/moment/moment.min.js",
      "sharedAPI.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_popup": "browserAction.html"
  },
  "web_accessible_resources": [
    "images/alarm.svg",
    "assets/bell.mp3",
    "assets/shake_1.mp3",
    "assets/shake_2.mp3",
    "assets/accept.mp3",
    "assets/postpone.mp3"
  ],
  "options_page": "index.html",
  "permissions": [
    "tabs",
    "<all_urls>",
    "bookmarks",
    "activeTab",
    "contextMenus",
    "notifications",
    "storage",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}