﻿{
    "name":  "z7poker",
    "short_name":  "z7poker",
    "id":  "/playgame/index.html",
    "start_url":  "./index.html",
    "scope":  "./",
    "display":  "fullscreen",
    "display_override":  [
                             "window-controls-overlay",
                             "fullscreen"
                         ],
    "orientation":  "landscape",
    "background_color":  "#000000",
    "theme_color":  "#000000",
    "icons":  [
                  {
                      "src":  "./icons/icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png"
                  },
                  {
                      "src":  "./icons/icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png"
                  }
              ],
    "screenshots":  [
                        {
                            "src":  "./screenshots/screenshot-wide.jpg",
                            "sizes":  "1280x720",
                            "type":  "image/jpg",
                            "form_factor":  "wide"
                        },
                        {
                            "src":  "./screenshots/screenshot-narrow.jpg",
                            "sizes":  "390x844",
                            "type":  "image/jpg",
                            "form_factor":  "narrow"
                        }
                    ]
}
