{
  "name": "Pigmoufl",
  "short_name": "Pigmoufl",
  "description": "Couple's household management — shopping lists & expense tracking",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#00897B",
  "background_color": "#121212",
  "icons": [
    {
      "src": "/ico-penguins-halo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ico-penguins-halo-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ico-penguins-halo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ico-penguins-halo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/ico-penguins-halo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shopping Lists",
      "short_name": "Shopping",
      "url": "/shopping",
      "icons": [{ "src": "/ico-penguins-halo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "url": "/expenses",
      "icons": [{ "src": "/ico-penguins-halo-192.png", "sizes": "192x192" }]
    }
  ]
}
