{
  "name": "Feraust",
  "short_name": "Feraust",
  "description": "Plan wildlife and bird photography trips with the welfare of the subject first.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#03170b",
  "theme_color": "#03170b",
  "orientation": "portrait-primary",
  "categories": ["photography", "travel", "nature", "utilities"],
  "icons": [
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Pin",
      "short_name": "Pin",
      "description": "Drop a new wildlife sighting pin on the map.",
      "url": "/explore?action=new-pin",
      "icons": [
        {
          "src": "/icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "Jump to your planned and active trips.",
      "url": "/trips",
      "icons": [
        {
          "src": "/icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Safety Hub",
      "short_name": "Safety",
      "description": "Check-in timer, field ethics, and emergency reference.",
      "url": "/safety",
      "icons": [
        {
          "src": "/icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
