{
  "name": "Bloco de Notas - Aplicação de Notas Pessoais",
  "short_name": "Bloco de Notas",
  "description": "Uma aplicação web progressiva para criar, editar e organizar suas notas pessoais com editor WYSIWYG completo",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#c0c0c0",
  "theme_color": "#000080",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23000080' width='192' height='192'/><text x='50%' y='50%' font-size='120' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial' font-weight='bold'>N</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='%23000080' width='512' height='512'/><text x='50%' y='50%' font-size='320' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial' font-weight='bold'>N</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'><rect fill='%231084d7' width='192' height='192' rx='45'/><text x='50%' y='50%' font-size='120' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial' font-weight='bold'>N</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='%23c0c0c0' width='540' height='720'/><text x='270' y='100' font-size='40' fill='%23000080' text-anchor='middle' font-weight='bold'>Bloco de Notas</text><rect x='20' y='150' width='500' height='500' fill='white' stroke='%23808080' stroke-width='2'/><text x='30' y='200' font-size='20'>Crie notas com editor completo</text><text x='30' y='240' font-size='20'>Upload de imagens</text><text x='30' y='280' font-size='20'>Autosave automático</text><text x='30' y='320' font-size='20'>Funciona offline</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23c0c0c0' width='1280' height='720'/><text x='640' y='100' font-size='50' fill='%23000080' text-anchor='middle' font-weight='bold'>Bloco de Notas</text><rect x='20' y='150' width='1240' height='500' fill='white' stroke='%23808080' stroke-width='2'/><text x='30' y='200' font-size='24'>Interface Windows 95/98 nostálgica com funcionalidades modernas</text><text x='30' y='250' font-size='24'>Editor WYSIWYG com Quill.js - Upload de imagens - Autosave</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Criar nova nota",
      "short_name": "Nova nota",
      "description": "Criar uma nota rapidamente",
      "url": "/dashboard.php?action=new",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23000080' width='96' height='96'/><text x='48' y='54' font-size='60' fill='white' text-anchor='middle' font-weight='bold'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/dashboard.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false,
  "lang": "pt-BR",
  "dir": "ltr"
}
