{
  "name": "Snaptory",
  "short_name": "Snaptory",
  "id": "/",
  "description": "Collect every guest photo from your event in one private gallery.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Create event",
      "short_name": "Create",
      "description": "Set up a new event and start collecting guest photos.",
      "url": "/events/create/"
    },
    {
      "name": "FAQ",
      "short_name": "FAQ",
      "description": "See how Snaptory works and what happens after your event.",
      "url": "/faq/"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with Snaptory support.",
      "url": "/contact/"
    }
  ],
  "icons": [
    {
      "src": "/static/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/hero/hero-1.jpg",
      "sizes": "1920x1282",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Guests upload event photos through a polished mobile-first experience."
    },
    {
      "src": "/static/images/hero/hero-2.jpg",
      "sizes": "1920x1280",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Snaptory helps hosts collect every guest photo in one private gallery."
    }
  ],
  "categories": ["photography", "utilities"],
  "lang": "en",
  "dir": "ltr"
}
