{
  "name": "VibeCheck — What's Your Aesthetic?",
  "short_name": "VibeCheck",
  "description": "A visual personality test: discover your Aesthetic among 8 iconic vibes and share your card as a story.",
  "start_url": "./index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0B10",
  "theme_color": "#0B0B10",
  "lang": "en",
  "dir": "ltr",
  "categories": ["entertainment", "lifestyle", "social"],
  "icons": [
    {
      "src": "assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
