Examine source code of えあ草紙・青空図書館

Inspect and view changes in えあ草紙・青空図書館 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",
  "manifest_version": 2,
  "name": "えあ草紙・青空図書館",
  "version": "5",
  "description": "青空文庫の1万数千点を越える作品群をブラウザ版リーダー「えあ草紙」で簡単、快適に読める、青空文庫専用ネット図書館です。",
  "app": {
    "urls": [
      "http://www.satokazzz.com/"
    ],
    "launch": {
      "web_url": "http://www.satokazzz.com/books/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}