Google Play Books

Google Play Books

Choose from over 4 million books on Google Play and take your favorites with you for reading offline.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Play Books",
  "short_name": "Play Books",
  "description": "Choose from over 4 million books on Google Play and take your favorites with you for reading offline.",
  "version": "1.1.14",
  "icons": {
    "128": "128.png"
  },
  "web_accessible_resources": [
    "128.png"
  ],
  "app": {
    "urls": [
      "https://books.google.com/",
      "https://play.google.com/books/"
    ],
    "launch": {
      "web_url": "https://books.google.com/ebooks/app"
    }
  },
  "offline_enabled": true,
  "permissions": [
    "clipboardWrite",
    "unlimitedStorage"
  ]
}