Examine source code of Free Stories - Rootbook

Inspect and view changes in Free Stories - Rootbook 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "manifest_version": 2,
  "version": "0.0.0.19",
  "default_locale": "en",
  "icons": {
    "128": "rootbook-icon128.png"
  },
  "app": {
    "urls": [
      "http://www.rootbook.com/"
    ],
    "launch": {
      "web_url": "http://www.rootbook.com"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "minimum_chrome_version": "19",
  "offline_enabled": false,
  "homepage_url": "http://www.rootbook.com"
}