{
  "name": "BeachNut",
  "short_name": "BeachNut",
  "description": "Daily Florida beach scores, photo identification for shells, shark teeth, fossils and sea glass, plus collection tracking and beach day planning.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#00717d",
  "background_color": "#fdfaf4",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "travel",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/beachnut-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/beachnut-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/beachnut-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/beachnut-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's Florida beachcombing scores"
    },
    {
      "src": "/screenshots/beach-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Beach profile with score, tides and access"
    },
    {
      "src": "/screenshots/identify-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Identify a find from a photo"
    },
    {
      "src": "/screenshots/guide-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Florida field guide and collection"
    },
    {
      "src": "/screenshots/home-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BeachNut on the web"
    },
    {
      "src": "/screenshots/beach-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Beach profile on a wide screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Identify a find",
      "short_name": "Identify",
      "description": "Photograph a shell, shark tooth or fossil and get a ranked match.",
      "url": "/try",
      "icons": [
        {
          "src": "/icons/beachnut-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Today's beach conditions",
      "short_name": "Today",
      "description": "See today's beachcombing scores for Florida beaches.",
      "url": "/florida",
      "icons": [
        {
          "src": "/icons/beachnut-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Field guide",
      "short_name": "Guide",
      "description": "Browse the Florida shell, shark tooth and fossil field guide.",
      "url": "/guide",
      "icons": [
        {
          "src": "/icons/beachnut-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}