{
  "id": "/",
  "name": "Bickr",
  "short_name": "Bickr",
  "description": "Swipe to decide what to eat, drink or watch. Solo or with the group.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#101216",
  "theme_color": "#101216",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "What to eat",
      "short_name": "Eat",
      "url": "/eat",
      "icons": [
        {
          "src": "/icons/cat-eat-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "What to drink",
      "short_name": "Drink",
      "url": "/drink",
      "icons": [
        {
          "src": "/icons/cat-drink-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "What to watch",
      "short_name": "Watch",
      "url": "/watch",
      "icons": [
        {
          "src": "/icons/cat-watch-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/deck.jpg",
      "sizes": "1080x2337",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Swipe the deck, one card at a time."
    },
    {
      "src": "/screenshots/shortlist.jpg",
      "sizes": "1080x2337",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your shortlist of the ones you liked."
    },
    {
      "src": "/screenshots/pick.jpg",
      "sizes": "1080x2337",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "The final pick, settled."
    }
  ]
}
