{
  "name": "Azories - AI Storybooks",
  "short_name": "Azories",
  "description": "Create magical AI-powered storybooks with stunning illustrations. Bring characters to life with photorealistic and illustrated art styles, narrate with AI voices, and print real books.",
  "start_url": "/?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#2D1B69",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["books", "education", "entertainment", "kids"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Story",
      "short_name": "Create",
      "description": "Create a new AI storybook",
      "url": "/create-story?source=shortcut",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your storybook library",
      "url": "/library?source=shortcut",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Character Studio",
      "short_name": "Studio",
      "description": "Create and manage characters",
      "url": "/pro-studio?source=shortcut",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/phone-library.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your magical storybook library"
    },
    {
      "src": "/screenshots/phone-landing.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create stories with AI"
    },
    {
      "src": "/screenshots/desktop-library.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Explore the library on desktop"
    }
  ],
  "share_target": {
    "action": "/create-story?source=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "story_description",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.azories.app",
      "id": "com.azories.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/azories-ai-storybooks/id0000000000"
    }
  ]
}
