Live.pics.io - Live Photo Sharing

Live.pics.io - Live Photo Sharing

Live.pics.io recreates the expirience of real-world slideshows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Live.pics.io - Live Photo Sharing",
  "short_name": "Live.pics.io",
  "description": "Live.pics.io recreates the expirience of real-world slideshows",
  "manifest_version": 2,
  "version": "0.14.3",
  "author": "TopTechPhoto",
  "minimum_chrome_version": "29",
  "icons": {
    "16": "assets/img/chrome/16_live.png",
    "48": "assets/img/chrome/48_live.png",
    "128": "assets/img/chrome/128_live.png"
  },
  "app": {
    "background": {
      "scripts": [
        "chrome.js"
      ]
    }
  },
  "permissions": [
    "identity",
    "storage",
    "webview",
    "https://www.google-analytics.com/",
    "http://picsio.local/",
    "http://pics.io/",
    "https://live.pics.io:8047/",
    "https://live.pics.io:8045/",
    "http://live.pics.io:8045/",
    "https://live.pics.io:8044/",
    "http://live.pics.io:8044/",
    "fullscreen",
    "videoCapture",
    "audioCapture"
  ],
  "oauth2": {
    "client_id": "190238897195-i94def827efajj4duqs3vac9g9tgn3ps.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/tasks.readonly",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/drive.readonly",
      "https://www.googleapis.com/auth/drive.metadata.readonly",
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/drive.apps.readonly"
    ]
  }
}