{
    "name": "Price2Sheet - Free Crypto Price API for Google Sheets & Excel",
    "short_name": "Price2Sheet",
    "description": "Free cryptocurrency price API for Google Sheets & Excel. Easily fetch Bitcoin, Ethereum, Solana, and more with simple formulas.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#fbfaf8",
    "theme_color": "#28a745",
    "orientation": "any",
    "dir": "ltr",
    "lang": "en",
    "categories": ["finance", "cryptocurrency", "tools", "api", "business"],
    "icons": [
        {
            "src": "/img/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/favicon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Bitcoin Price API",
            "url": "/bitcoin",
            "description": "Fetch Bitcoin price using our free API"
        },
        {
            "name": "Ethereum Price API",
            "url": "/ethereum",
            "description": "Fetch Ethereum price using our free API"
        },
        {
            "name": "Solana Price API",
            "url": "/solana",
            "description": "Fetch Solana price using our free API"
        },
        {
            "name": "Tether Price API",
            "url": "/tether",
            "description": "Fetch Tether (USDT) price using our free API"
        },
        {
            "name": "Binance Coin Price API",
            "url": "/binancecoin",
            "description": "Fetch Binance Coin (BNB) price using our free API"
        }
    ],
    "related_applications": [
        {
            "platform": "web",
            "url": "https://price2sheet.com"
        }
    ],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/img/screenshots/desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "platform": "wide",
            "label": "Desktop view of Price2Sheet"
        },
        {
            "src": "/img/screenshots/mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "platform": "narrow",
            "label": "Mobile view of Price2Sheet"
        }
    ]
}
