{
  "name": "SaaSn't - Digital Disappointment as a Service",
  "short_name": "SaaSn't",
  "description": "A satirical SaaS platform that parodies modern startup culture and subscription services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business", "entertainment"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/favicion.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SaaSn't Dashboard - Where Productivity Goes to Die"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SaaSn't Mobile - Disappointment on the Go"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your unproductive tools",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/shortcut-dashboard.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Fail in Public",
      "short_name": "Blog", 
      "description": "Read spectacular failure stories",
      "url": "/blog",
      "icons": [
        {
          "src": "/shortcut-blog.png",
          "sizes": "192x192", 
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Time Waster",
      "short_name": "Waste Time",
      "description": "Decrease your productivity efficiently", 
      "url": "/dashboard/time-waster",
      "icons": [
        {
          "src": "/shortcut-timewaster.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+saasnt",
      "url": "/share?url=%s"
    }
  ]
} 