uText

uText

uText is an cloud based ebook delivery platform designed for the Student Community. Its built to allow Institutions to publish…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "uText ",
  "short_name": "E-book",
  "description": "",
  "version": "1.0.4",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "img/utext.png",
    "128": "img/utext1.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    },
    "content_scripts": [
      {
        "js": [
          "js/app.js",
          "js/custom.js",
          "js/handlebars.js",
          "js/jquery.js",
          "js/order.js",
          "js/pouchdb.js",
          "js/require.js",
          "js/templates/book_view.js"
        ],
        "matches": [
          "http://*/*",
          "https://*/*"
        ]
      }
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMyqTpjigOrDHmc+YIMxXo0dKSJFl831v26bMl5TQYB3R2LtMY3HRfAxOz9geDlGKvlA0Crp3E9kWmrjNAfTYZcT/0heABhLYZn6jui2W+ln0DaTCpvvL7iaAiONiVMFLoqixk5NIOFjfga1g90G07TkpdqBtACqrByoyiBGg3VwIDAQAB",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "fileSystem",
    "<all_urls>",
    "unlimitedStorage"
  ]
}