{
  "name": "EggOS",
  "short_name": "EggOS",
  "description": "Modern futuristic egg tracking app",
  "theme_color": "#facc15",
  "background_color": "#020617",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "en",

  "icons": [
    {
      "src": "/icons/72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "shortcuts": [
    {
      "name": "Add Egg Entry",
      "short_name": "Add Egg",
      "description": "Quickly add egg entry",
      "url": "/",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Insights",
      "short_name": "Stats",
      "description": "View egg insights",
      "url": "/?tab=insights",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}