﻿{
  "name": "Whizz Around",
  "short_name": "Whizz Around",
  "description": "Life Directory",
  "version": "0.1",
  "manifest_version": 1,
  "icons": [
    {
      "src": "/css/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"

    },
    {
      "src": "/css/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],"screenshots": [
  {
    "src": "/css/images/ScreenshotDesktop.png",
    "sizes": "2955x1660",
    "type": "image/png",
    "form_factor": "wide",
    "label": "WhizzAround"
  },
  {
    "src": "/css/images/ScreenshotMobile.png",
    "sizes": "855x577",
    "type": "image/png",
    "form_factor": "narrow",
    "label": "WhizzAround"
  }
],
  "display": "standalone",
  "start_url": "/",
  "permissions": [
    "fullscreen",
    "fileSystem",
    "alarms",
    "serial",
    "system.storage",
    "geolocation",
    "storage",
    "videoCapture",
    "unlimitedStorage",
    "system.display",
    "system.memory"
  ],
  "theme_color": "#f7a800",
  "background_color": "#ffffff",
  "orientation": "natural",
  "gcm_sender_id": "54768651610"
}
