PictaCast for Chromecast® - Trial

PictaCast for Chromecast® - Trial

Transform any TV into a Picture Frame Slideshow with Music (MP3) by Streaming Local Photo Albums from PC to Google Cast & Chromecast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PictaCast for Chromecast® - Trial",
  "short_name": "PictaCast - Trial",
  "description": "__MSG_appDesc__",
  "version": "1.1.79",
  "manifest_version": 2,
  "default_locale": "en",
  "minimum_chrome_version": "33",
  "app": {
    "background": {
      "scripts": [
        "min.js",
        "/scripts/obj/min.js",
        "/scripts/3rdparty/min.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "system.network",
    "power",
    "https://www.google-analytics.com/"
  ],
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "sockets": {
    "tcp": {
      "connect": ""
    },
    "tcpServer": {
      "listen": ":*"
    }
  }
}