{
  "name": "Notas",
  "short_name": "Notas",
  "description": "App de notas com pastas, favoritos, tarefas e sincronização com o teu servidor.",
  "start_url": "index.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#059669",
  "theme_color": "#059669",
  "lang": "pt-PT",
  "shortcuts": [
    {
      "name": "Nova nota rápida",
      "short_name": "Nota",
      "description": "Criar uma nota nova sem categoria",
      "url": "index.html?quick=1",
      "icons": [
        { "src": "icon-192-v2.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "index.html?shared=1",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
