{
  "name": "Nooded",
  "short_name": "Nooded",
  "description": "Local-first food delivery and transportation platform.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbf8f0",
  "theme_color": "#0f2e1e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/nooded32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/nooded256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/nooded512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/nooded1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "id": "/",
  "screenshots": [
    {
      "src": "/pwa-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Nooded desktop preview"
    },
    {
      "src": "/pwa-screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "Nooded mobile preview"
    }
  ]
}