Astonishing Comic Reader

Astonishing Comic Reader

Read comics on your desktop or your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Astonishing Comic Reader",
  "description": "Read comics on your desktop or your browser",
  "version": "1.308",
  "app": {
    "background": {
      "scripts": [
        "chrome/background.js"
      ]
    }
  },
  "manifest_version": 2,
  "permissions": [
    "fullscreen",
    "notifications",
    "webview",
    "identity"
  ],
  "offline_enabled": true,
  "icons": {
    "128": "launcher-128.png"
  },
  "oauth2": {
    "client_id": "1081068874562-veil7dha0g3rd0uumubu8761m9n3m84o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  }
}