{
  "name": "ShareTayo",
  "short_name": "ShareTayo",
  "description": "House stocks, shopping, meals, plans, bills and money — in one place.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f3f4f6",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "icons/icon-192-v3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "url": "./?m=shopping",
      "icons": [
        {
          "src": "icons/m-shopping-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "House Stocks",
      "short_name": "Stocks",
      "url": "./?m=stocks",
      "icons": [
        {
          "src": "icons/m-stocks-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Food Calendar",
      "short_name": "Food",
      "url": "./?m=food",
      "icons": [
        {
          "src": "icons/m-food-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Monthly Schedule",
      "short_name": "Schedule",
      "url": "./?m=schedule",
      "icons": [
        {
          "src": "icons/m-schedule-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
