{
  "name": "Miss Continent Prestige",
  "short_name": "MCP",
  "description": "International Beauty Pageant Competition - Join Miss Continent Prestige 2024",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2196f3",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["entertainment", "lifestyle", "beauty"],
  "icons": [
    {
      "src": "/img/logoblacksmal.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logoblacksmal.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logoblacksmal.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/miss-continent-banner3.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Miss Continent Prestige Competition"
    }
  ],
  "shortcuts": [
    {
      "name": "Register Now",
      "short_name": "Register",
      "description": "Register for Miss Continent Prestige 2024",
      "url": "/auth/signup",
      "icons": [
        {
          "src": "/img/logoblacksmal.png",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Competition Details",
      "short_name": "Competition",
      "description": "Learn about the competition",
      "url": "/competition",
      "icons": [
        {
          "src": "/img/logoblacksmal.png",
          "sizes": "any"
        }
      ]
    }
  ]
} 