{
  "name": "IMA Publica Rápido - Instituto Música e Arte",
  "short_name": "IMA Admin",
  "description": "App Android para publicação rápida de fotos, galerias e gerenciamento do Instituto Música e Arte",
  "start_url": "/admin/index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080808",
  "theme_color": "#D4A843",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%23151515'/><circle cx='96' cy='96' r='75' fill='%23D4A843'/><text x='96' y='125' font-size='85' text-anchor='middle' fill='%23080808'>🎵</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%23151515'/><circle cx='256' cy='256' r='200' fill='%23D4A843'/><text x='256' y='330' font-size='220' text-anchor='middle' fill='%23080808'>🎵</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/admin/share_target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  }
}
