FM Event Timers

FM Event Timers

Follow the event expire timers and don't miss any of it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FM Event Timers",
  "version": "1.3.2",
  "description": "Follow the event expire timers and don't miss any of it.",
  "background": {
    "scripts": [
      "js/jquery-2.1.1.min.js",
      "js/background.js",
      "js/moment-with-locales.min.js",
      "js/events.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://185.52.3.15/*"
    ]
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}