{
  "name": "popped",
  "short_name": "popped",
  "description": "Playful dating where every connection starts with a little pop.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffeaeb",
  "theme_color": "#cd5577",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Start popping balloons on the home screen.",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find people to pop by name, city, or bio.",
      "url": "/search",
      "icons": [
        {
          "src": "/shortcut-search.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "See the profiles you've popped and liked.",
      "url": "/matches",
      "icons": [
        {
          "src": "/shortcut-matches.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
