{
  "name": "Public Land Survey System",
  "short_name": "PLS App",
  "description": "Interactive Public Land Survey System tool for land description and mapping",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F4F6F3",
  "theme_color": "#2870B0",
  "orientation": "portrait-primary",
  "scope": ".",
  "lang": "en",
  "dir": "ltr",
  "categories": ["navigation", "utilities", "productivity"],
  "icons": [
    {
      "src": "./icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Map",
      "short_name": "Map",
      "description": "Open the map view",
      "url": "./?view=map",
      "icons": [{ "src": "./icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
