Examine source code of uText

Inspect and view changes in uText source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
  ]
}