{
  "name": "Synanpass - Turn URLs into Viral Posts in 3 Seconds",
  "short_name": "Synanpass",
  "description": "AI-powered post generator that transforms article URLs into engaging social media posts. Generate 3 unique posts instantly with customizable tone and style. Perfect for X (Twitter).",
  "icons": [
    {
      "src": "/logo-icon-dark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#fafafa",
  "display": "standalone",
  "start_url": "/?source=pwa",
  "scope": "/",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "social", "utilities"],
  "screenshots": [
    {
      "src": "/main-visual.png",
      "sizes": "1200x800",
      "type": "image/png",
      "label": "Synanpass Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Post",
      "short_name": "Generate",
      "description": "Start generating a new post",
      "url": "/?action=generate",
      "icons": [
        {
          "src": "/logo-icon-dark.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your post history",
      "url": "/history",
      "icons": [
        {
          "src": "/logo-icon-dark.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
