{
  "name": "JourneyStamp",
  "short_name": "JourneyStamp",
  "description": "A private travel memory app that turns photos, notes, and destinations into journey timelines and collectible passport-style stamps.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4D6A8",
  "theme_color": "#3F6B3A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "lifestyle", "entertainment"],
  "lang": "en"
}
