{
  "name": "StorySphere - Premium Reading & Creator Platform",
  "short_name": "StorySphere",
  "description": "Premium reading experience with live sessions, social features, and creator tools. Read, discover, and create stories in a beautiful, immersive environment.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#007AFF",
  "background_color": "#0A0D12",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "lang": "en",
  "dir": "ltr",
  "categories": ["books", "entertainment", "social", "productivity", "education"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "icons": [
    {
      "src": "/branding/icon-official.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/branding/icon-official.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue Reading",
      "short_name": "Read",
      "description": "Continue reading your current book",
      "url": "/#/library?tab=readingNow",
      "icons": [
        {
          "src": "/branding/icon-official.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Discover",
      "short_name": "Explore",
      "description": "Discover new stories",
      "url": "/#/discover",
      "icons": [
        {
          "src": "/branding/icon-official.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "View your messages",
      "url": "/#/messages",
      "icons": [
        {
          "src": "/branding/icon-official.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Library",
      "short_name": "Books",
      "description": "Access your library",
      "url": "/#/library",
      "icons": [
        {
          "src": "/branding/icon-official.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Create Story",
      "short_name": "Create",
      "description": "Start creating a new story",
      "url": "/#/create/story",
      "icons": [
        {
          "src": "/branding/icon-official.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StorySphere Home - Mobile"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StorySphere Home - Desktop"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+storysphere",
      "url": "/?story=%s"
    }
  ]
}

