{
    "name": "BookSycle - AI-Powered Book Marketplace",
    "short_name": "BookSycle",
    "description": "Transform your book collection with BookSycle's AI-powered marketplace. Snap a photo to instantly list books or discover thousands of second-hand books.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4A90A4",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["books", "marketplace", "shopping", "education"],
    "icons": [
        {
            "src": "images/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshot-1.png",
            "sizes": "300x600",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "AI Book Scanner Feature"
        },
        {
            "src": "images/screenshot-2.png",
            "sizes": "300x600",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Book Marketplace Browse"
        },
        {
            "src": "images/screenshot-3.png",
            "sizes": "300x600",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Book Details and Purchase"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Books",
            "short_name": "Browse",
            "description": "Browse available books",
            "url": "/#features",
            "icons": [
                {
                    "src": "images/logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Sell Books",
            "short_name": "Sell",
            "description": "Sell your books",
            "url": "/#how-it-works",
            "icons": [
                {
                    "src": "images/logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.booksycle.app",
            "id": "com.booksycle.app"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/app/booksycle/id123456789"
        }
    ],
    "prefer_related_applications": false
}
