iBE Task Timer

iBE Task Timer

Timed Events or Tasks (Powered by iBE.net)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iBE Task Timer",
  "description": "Timed Events or Tasks (Powered by iBE.net)",
  "version": "0.9",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "https://app.ibe.net/",
    "http://localhost/",
    "http://griffonhot.ibenv.net/",
    "http://422hot.ibenv.net/",
    "http://422qa.ibenv.net/",
    "storage"
  ],
  "icons": {
    "16": "ibetasktimer16x16.png",
    "128": "ibetasktimer128x128.png"
  }
}