{
  "name": "StoryBlazeWorld",
  "short_name": "StoryBlaze",
  "description": "Read and write stories, poetry, and insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "education", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Write a Story",
      "short_name": "Write",
      "description": "Start writing a new story",
      "url": "/write",
      "icons": [{ "src": "/apple-icon", "sizes": "180x180" }]
    },
    {
      "name": "Explore Stories",
      "short_name": "Explore",
      "description": "Browse all stories",
      "url": "/explore",
      "icons": [{ "src": "/apple-icon", "sizes": "180x180" }]
    }
  ]
}
