{
  "name": "Ginni's Bake Studio",
  "short_name": "Ginni's",
  "id": "ginnis-bake-studio-pwa",
  "description": "Delicious homemade cakes and baked goods from Ginni's Bake Studio.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "handle_links": "preferred",
  "icons": [
    { "src": "/img/logo-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/img/logo-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/img/logo-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "Ginni's Bake Studio on Mobile"
    }
  ]
}