{
  "name": "NightWave - Experiência Noturna Premium",
  "short_name": "NightWave",
  "description": "PWA premium de sons ambientes, Pomodoro e produtividade noturna. Foco, relaxamento e ambientação sonora para quem trabalha à noite.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0015",
  "background_color": "#0a0015",
  "dir": "auto",
  "lang": "pt-BR",
  "categories": [
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230a0015' width='96' height='96'/><text x='50%' y='60%' font-size='60' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>🌙</text></svg>",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0015' width='192' height='192'/><text x='50%' y='60%' font-size='120' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>🌙</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230a0015' width='512' height='512'/><text x='50%' y='60%' font-size='360' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>🌙</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><mask id='m'><rect fill='white' width='192' height='192'/><circle fill='black' cx='96' cy='96' r='40'/></mask></defs><rect fill='%238b5cf6' width='192' height='192'/><text x='50%' y='60%' font-size='120' text-anchor='middle' dominant-baseline='middle' font-family='Arial' mask='url(%23m)'>🌙</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230a0015' width='540' height='720'/><text x='270' y='100' font-size='80' text-anchor='middle' fill='%238b5cf6' font-family='Arial'>🌙 NightWave</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Sons Ambientes",
      "short_name": "Sons",
      "description": "Acesse os sons para relaxamento",
      "url": "./?tab=sounds",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230a0015' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dominant-baseline='middle'>🎧</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Modo Foco",
      "short_name": "Foco",
      "description": "Inicie uma sessão de Pomodoro",
      "url": "./?tab=focus",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230a0015' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dominant-baseline='middle'>🧠</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mixer de Sons",
      "short_name": "Mixer",
      "description": "Combine sons e crie presets",
      "url": "./?tab=mixer",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230a0015' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dominant-baseline='middle'>🎛️</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "audio/*"
          ]
        }
      ]
    }
  }
}