Drive Slideshow

Drive Slideshow

Use your photos in Google Drive for a slideshow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drive Slideshow",
  "version": "1.0.9",
  "manifest_version": 2,
  "description": "Use your photos in Google Drive for a slideshow.",
  "permissions": [
    "identity",
    "idle"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "oauth2": {
    "client_id": "62671799053-7i6demq1dv3e04ls2kceto97v7rep555.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}