{
  "name": "Scarlet Wilde",
  "short_name": "Scarlet Wilde",
  "description": "Explore Scarlet Wilde, an immersive femdom platform with tasks, interactive stories, and engagement streaks led by Mistress Scarlet.",
  "start_url": "/?page=home",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#FF0000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://scarletwilde.com/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://scarletwilde.com/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
/*
Define PWA metadata
Specify app name and description
Set start URL and display mode
Configure theme and background colors
Provide icons for installation
*/