CJFallon

CJFallon

The CJ Fallon eBook Reader provides access to all of our Primary and Post-Primary online resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CJFallon",
  "description": "The CJ Fallon eBook Reader provides access to all of our Primary and Post-Primary online resources.",
  "version": "3.1.9",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "http://*.cjfallon.ie/",
    "http://www.google.com/*",
    "https://www.google-analytics.com/*",
    "unlimitedStorage",
    "notifications",
    "storage",
    "fullscreen",
    "webview"
  ],
  "minimum_chrome_version": "23",
  "offline_enabled": true
}