{
  "name": "AwDaddy — Already Handled",
  "short_name": "AwDaddy",
  "description": "The ultimate life wingman. Decision engine for men who handle things. Already handled.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2d1810",
  "theme_color": "#2d1810",
  "categories": ["lifestyle", "productivity", "utilities"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Storytime",
      "short_name": "Storytime",
      "description": "Fullscreen kid's adventure for the back seat",
      "url": "/storytime",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
