{
  "name": "PawAI - Your puppy's daily plan",
  "short_name": "PawAI",
  "description": "Today's portion, how your puppy is growing and what to teach this week.",
  "id": "/",
  "start_url": "/launch?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f6f1",
  "theme_color": "#f7f6f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.en.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/pet-hub.en.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "See my puppy's day",
      "short_name": "See their day",
      "url": "/launch?source=pwa&shortcut=today",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "utilities"
  ],
  "lang": "en-US"
}
