{
  "name": "Klunkers",
  "short_name": "Klunkers",
  "description": "Log it on the trail. Fix it in the shed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F3EBDD",
  "theme_color": "#1F2A2E",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a problem",
      "short_name": "Log a problem",
      "description": "Note something you noticed on a ride",
      "url": "/inbox?capture=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
