{
  "name": "Drift — Travel Journal",
  "short_name": "Drift",
  "description": "Your cozy corner for capturing life's beautiful moments",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FBF6F3",
  "theme_color": "#C9938A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "New Entry",
      "url": "/#/new",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
