{
  "name": "LDOO - Live Data, Organized Outcomes",
  "short_name": "LDOO",
  "description": "Conversational analytics for agencies and marketing teams. Ask your marketing data anything.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1A1A1A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "analytics"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask",
      "short_name": "Ask",
      "description": "Ask your marketing data a question",
      "url": "/ask"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Generate and view reports",
      "url": "/reports"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+ldoo",
      "url": "/ask?action=%s"
    }
  ],
  "share_target": {
    "action": "/ask",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
