{
  "name": "WriteWithPaige - Best Free AI Fiction & Adult Story Generator",
  "short_name": "WriteWithPaige",
  "description": "Write With Paige is the #1 free AI-powered adult story generator. Create personalized creative fiction, steamy romance, and immersive choose-your-own-adventure adult stories.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#9333ea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/paige-logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/chat.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Story Chat Interface"
    },
    {
      "src": "/screenshots/library.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Story Library"
    }
  ],
  "categories": ["entertainment", "productivity", "books"],
  "shortcuts": [
    {
      "name": "New Story",
      "short_name": "New",
      "description": "Start a new story",
      "url": "/",
      "icons": [{ "src": "/paige-logo.jpeg", "sizes": "512x512" }]
    },
    {
      "name": "Story Library",
      "short_name": "Library",
      "description": "View saved stories",
      "url": "/stories",
      "icons": [{ "src": "/paige-logo.jpeg", "sizes": "512x512" }]
    },
    {
      "name": "Prompts",
      "short_name": "Prompts",
      "description": "Browse story prompts",
      "url": "/prompts",
      "icons": [{ "src": "/paige-logo.jpeg", "sizes": "512x512" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": []
}