{
  "name": "Cosmic Nonsense Generator",
  "short_name": "Nonsense",
  "description": "Random absurd prompts with confetti explosions",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#070816",
  "theme_color": "#8b5cf6",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Ctext y='.9em' font-size='90' fill='%23fff'%3E✨%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ctext y='.9em' font-size='240' fill='%23fff'%3E✨%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}