{
    "manifest_version": 3,
    "version": "2.0",
    "name": "abi | the best items",
    "short_name": "abi",
    "description": "アビ ✨ ザ・ベスト・アイテムズ ✨ とてもおすすめの古着や雑貨 ✨",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "orientation": "portrait-primary",
    "shortcuts": [
        {
            "name": "すべてのアイテムを見る",
            "url": "/items"
        }
    ],
    "icons": [
        {
            "src": "./img/favicon.png",
            "sizes": "70x70",
            "type": "image/jpg"
        },
        {
            "src": "./img/icon.jpg",
            "sizes": "200x200",
            "type": "image/jpg"
        }
    ],
    "screenshots": [
        {
            "src": "./img/cover.png",
            "sizes": "1200x800",
            "type": "image/png",
            "platform": "wide",
            "label": "index"
        }
    ],
    "categories": [
        "shopping"
    ]
}