Myce Update Tracker

Myce Update Tracker

Alerts you on the latest updates from Myce.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Myce Update Tracker",
  "short_name": "Myce",
  "permissions": [
    "http://www.myce.com/updates.json",
    "http://www.myce.com/latestupdate.json",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery-2.1.0.min.js",
      "background.js"
    ]
  },
  "version": "1.4",
  "manifest_version": 2,
  "author": "Philaeum Internet",
  "description": "Alerts you on the latest updates from Myce.com",
  "icons": {
    "16": "myce-16.png",
    "48": "myce-48.png",
    "128": "myce-128.png"
  },
  "browser_action": {
    "default_icon": "myce-128.png",
    "default_title": "Myce Updates",
    "default_popup": "index.html"
  }
}