{
  "name": "Fastwrite - Free AI LinkedIn & Twitter Post Generator",
  "short_name": "Fastwrite",
  "description": "Generate viral LinkedIn posts, tweets, and social media content with AI-powered writing assistant using proven frameworks.",
  "start_url": "https://fastwrite.app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "screenshots": [
    {
      "src": "https://fastwrite.app/screenshot.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fastwrite AI content generator screenshot"
    },
    {
      "src": "https://fastwrite.app/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fastwrite mobile screenshot"
    }
  ],
  "icons": [
    {
      "src": "https://fastwrite.app/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://fastwrite.app/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://fastwrite.app/favicon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "writing"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "LinkedIn Post Generator",
      "short_name": "LinkedIn Posts",
      "description": "Generate engaging LinkedIn posts with AI",
      "url": "/linkedin-post-generator",
      "icons": [
        {
          "src": "https://fastwrite.app/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Twitter Post Generator",
      "short_name": "Twitter Posts",
      "description": "Create viral tweets with AI-powered generation",
      "url": "/twitter-post-generator",
      "icons": [
        {
          "src": "https://fastwrite.app/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Article Generator",
      "short_name": "Articles",
      "description": "Generate full articles and blog posts",
      "url": "/article-generator",
      "icons": [
        {
          "src": "https://fastwrite.app/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
