{
  "name": "Toca Aí - App de Cifras com IA",
  "short_name": "Toca Aí",
  "description": "O melhor app de cifras do Brasil com inteligência artificial",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "entertainment", "education"],
  "share_target": {
    "action": "/app/import/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Biblioteca",
      "short_name": "Biblioteca",
      "url": "/app/library",
      "icons": [{"src": "/icon-192.png", "sizes": "96x96"}]
    },
    {
      "name": "Importar",
      "short_name": "Importar",
      "url": "/app/import",
      "icons": [{"src": "/icon-192.png", "sizes": "96x96"}]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}