﻿{
    "description":  "Maritime Monument Works - Field Engraver App",
    "short_name":  "MMW Field",
    "icons":  [
                  {
                      "purpose":  "any maskable",
                      "type":  "image/png",
                      "sizes":  "192x192",
                      "src":  "icon-192.png"
                  },
                  {
                      "purpose":  "any maskable",
                      "type":  "image/png",
                      "sizes":  "512x512",
                      "src":  "icon-512.png"
                  }
              ],
    "theme_color":  "#000000",
    "display":  "standalone",
    "name":  "MMW Field App",
    "background_color":  "#ffffff",
    "start_url":  "/index.html",
    "orientation":  "portrait"
}