{
  "id": "/",
  "name": "smashdt - Where Winners Connect",
  "short_name": "smashdt",
  "description": "Where winners connect - productivity and community app for high performers",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#00d4ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "dir": "ltr",
  "lang": "en",
  "categories": ["productivity", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "scope_extensions": [
    { "origin": "https://smashdt.com" },
    { "origin": "https://www.smashdt.com" },
    { "origin": "https://smashdt.lovable.app" }
  ],
  "icons": [
    {
      "src": "/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Plan",
      "short_name": "Today",
      "description": "View your schedule and tasks for today",
      "url": "/plan/today",
      "icons": [{ "src": "/smashdt-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Planner",
      "short_name": "Planner",
      "description": "Plan your MITs and daily tasks",
      "url": "/plan/daily",
      "icons": [{ "src": "/smashdt-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Community Feed",
      "short_name": "Feed",
      "description": "See what the community is up to",
      "url": "/community",
      "icons": [{ "src": "/smashdt-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Yearly Goals",
      "short_name": "Goals",
      "description": "Track your yearly KPIs and goals",
      "url": "/plan/goals",
      "icons": [{ "src": "/smashdt-icon.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/community/share",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp"]
      },
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    },
    {
      "action": "/community/share",
      "accept": {
        "video/*": [".mp4", ".webm", ".mov"]
      },
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    },
    {
      "action": "/plan/weekly",
      "accept": {
        "text/calendar": [".ics", ".ical"]
      },
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Community feed showing wins and achievements from the community"
    },
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile view of the smashdt productivity app"
    }
  ],
  "share_target": {
    "action": "/community/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}