{
  "name": "WriteWithPaige - AI Writing Partner for Fiction Authors",
  "short_name": "WriteWithPaige",
  "description": "WriteWithPaige is your AI writing partner for fiction. Story Bible, custom Muses, and a full writing workspace so every chapter stays consistent.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#1c1917",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "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": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Story Library",
      "short_name": "Library",
      "description": "View saved stories",
      "url": "/stories",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prompts",
      "short_name": "Prompts",
      "description": "Browse story prompts",
      "url": "/prompts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": []
}
