{
  "name": "SKYNET2 MESH OPS",
  "short_name": "MESH OPS",
  "description": "Meshtastic operations center for SKYNET2",
  "id": "/",
  "scope": "/",
  "start_url": "/#messages",
  "display": "standalone",
  "theme_color": "#3fb86d",
  "background_color": "#0f0f10",
  "orientation": "any",
  "lang": "en",
  "categories": ["utilities"],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/#messages",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nodes",
      "short_name": "Nodes",
      "url": "/#nodes",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "url": "/#map",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/#dashboard",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/static/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/images/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png"
    }
  ]
}
