{
  "name": "Showweld - AI-Powered Writing Platform",
  "short_name": "Showweld",
  "description": "Premium AI-powered story writing and world-building platform with advanced character development tools",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#007AFF",
  "background_color": "#0A0D12",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "education", "creativity", "writing"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StoryForge Dashboard - Desktop View"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StoryForge Mobile - Character Creation"
    },
    {
      "src": "/screenshots/desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StoryForge World Building Tools"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StoryForge Mobile - Story Editor"
    }
  ],
  "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": "/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": "New Story",
      "short_name": "New Story",
      "description": "Start a new story project",
      "url": "/?action=new-story",
      "icons": [
        {
          "src": "/icons/shortcut-new-story.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Character Creator",
      "short_name": "Characters",
      "description": "Create and manage characters",
      "url": "/?action=characters",
      "icons": [
        {
          "src": "/icons/shortcut-characters.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "World Building",
      "short_name": "World",
      "description": "Build your story world",
      "url": "/?action=world-building",
      "icons": [
        {
          "src": "/icons/shortcut-world.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Help",
      "description": "Get AI writing assistance",
      "url": "/?action=ai-assistant",
      "icons": [
        {
          "src": "/icons/shortcut-ai.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.storyforge.app",
      "id": "com.storyforge.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/storyforge/id1234567890"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "protocol_handlers": [
    {
      "protocol": "web+storyforge",
      "url": "/?story=%s"
    }
  ]
}
