{
  "name": "Kliky - Gestão de Delivery",
  "short_name": "Kliky",
  "description": "Sistema de Delivery e Gestão para Restaurantes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "dir": "ltr",
  "lang": "pt-BR",
  "id": "/",
  "categories": ["business", "food", "productivity"],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.lovable.cb7e9a6750c64ef3be66013b970f1799",
      "id": "app.lovable.cb7e9a6750c64ef3be66013b970f1799"
    }
  ],
  "iarc_rating_id": "SUBSTITUIR_PELO_CODIGO_IARC_DA_PLAY_CONSOLE",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "scope_extensions": [
    { "origin": "https://kliky.com.br" },
    { "origin": "https://www.kliky.com.br" },
    { "origin": "https://brdelivery.lovable.app" },
    { "origin": "https://pjaywtzxycloseupjpbb.supabase.co" }
  ],
  "file_handlers": [
    {
      "action": "/importar",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+kliky",
      "url": "/protocol?url=%s"
    }
  ],
  "share_target": {
    "action": "/share-receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["text/plain", "image/*", "application/pdf"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Kliky",
      "short_name": "Kliky",
      "description": "Acesso rápido ao Kliky",
      "icons": [
        { "src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "ms_ac_template": "/widgets/template.json",
      "data": "/widgets/data.json",
      "tag": "kliky-widget",
      "type": "application/json"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 420
  },
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "icons": [
    {
      "src": "https://pjaywtzxycloseupjpbb.supabase.co/storage/v1/object/public/Logo%20512/kliky_app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://pjaywtzxycloseupjpbb.supabase.co/storage/v1/object/public/Logo%20512/kliky_app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gestão Mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard PC"
    }
  ],
  "shortcuts": [
    {
      "name": "Novo Pedido",
      "url": "/dashboard",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
