ECLYPSIA Webtvs

ECLYPSIA Webtvs

Eclypsia’s very first official extension dedicated to its webtvs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "EC-WebTV",
  "description": "__MSG_appDesc__",
  "version": "0.1",
  "author": "eclypsia",
  "default_locale": "fr",
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "https://*.google.com/"
  ],
  "background": {
    "scripts": [
      "app/jquery-2.1.4.min.js",
      "app/bootstrap.js",
      "app/calendarsManager.js",
      "app/alarmsManager.js",
      "app/eventsManager.js",
      "app/notificationsManager.js",
      "app/translatorManager.js",
      "app/view.js",
      "app/controller.js",
      "app/app.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "app/icons/eclypsia32.png",
      "38": "app/icons/eclypsia48.png"
    },
    "default_title": "Eclypsia WebTV Stream",
    "default_popup": "app/popup.html"
  },
  "minimum_chrome_version": "32"
}