{
  "name": "To-Do Project",
  "short_name": "To-Do",
  "description": "Organize suas tarefas por categorias",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#f6f8fb",
  "theme_color": "#0f8bb3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova categoria",
      "short_name": "Nova",
      "description": "Criar uma nova categoria rapidamente",
      "url": "/?action=new-category",
      "icons": [
        {
          "src": "/icons/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
