{
  "name": "LoreCanvas",
  "short_name": "LoreCanvas",
  "description": "An interactive creative writing app that drafts story openings from images, narrate them using AI speech, and brainstorms story paths.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090d16",
  "theme_color": "#090d16",
  "orientation": "portrait",
  "categories": ["books", "entertainment", "productivity"],
  "icons": [
    {
      "src": "https://img.icons8.com/color/192/000000/book.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/color/512/000000/book.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
