﻿{
  "name": "UniPlex",
  "short_name": "UniPlex",
  "description": "Total Solution",
  "version": "0.1",
  "manifest_version": 1,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "256x256",
      "purpose": "any"
    },
    {
      "src": "/Uniplex144x144.png",
      "sizes": "144x144",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/500x350.png",
      "sizes": "500x350",
      "type": "image/png",
      "form_factor": "wide",
      "label": "UniPlex"
    },
    {
      "src": "/500x350.png",
      "sizes": "500x350",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "UniPlex"
    }
  ],
  "display": "standalone",
  "start_url": "/",
  "permissions": [
    "fullscreen",
    "fileSystem",
    "alarms",
    "serial",
    "system.storage",
    "geolocation",
    "storage",
    "videoCapture",
    "unlimitedStorage",
    "system.display",
    "system.memory"
  ],
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "gcm_sender_id": "54768651610"
}