Comic Books Reader

Comic Books Reader

Read your comics quickly from your computer or Google Drive

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comic Books Reader",
  "version": "1.0",
  "description": "Read your comics quickly from your computer or Google Drive",
  "icons": {
    "16": "icon-16.jpg",
    "32": "icon-32.jpg",
    "48": "icon-48.jpg",
    "64": "icon-64.jpg",
    "96": "icon-96.jpg",
    "128": "icon-128.jpg",
    "256": "icon-256.jpg",
    "512": "icon-512.jpg"
  },
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "1068070290906",
  "app": {
    "launch": {
      "web_url": "https://comic-reader.freebusinessapps.net/comic"
    }
  },
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/x-cbr",
          "application/x-cbz",
          "application/x-cbt",
          "application/vnd.google.drive.ext-type.cbz",
          "application/vnd.google.drive.ext-type.cbz",
          "application/vnd.google.drive.ext-type.cbt"
        ],
        "href": "https://comic-reader.freebusinessapps.net/comic",
        "title": "Open",
        "disposition": "window"
      }
    ]
  }
}