{
  "name": "コミクラ - マンガ価格比較",
  "short_name": "コミクラ",
  "description": "マンガの価格を複数のオンライン書店で比較できるサービス",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f6f4",
  "theme_color": "#6b8a9b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["shopping", "utilities", "books"],
  "icons": [
    {
      "src": "/static/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "人気マンガ検索",
      "short_name": "人気マンガ",
      "description": "人気マンガの価格を比較",
      "url": "/?q=進撃の巨人",
      "icons": [
        {
          "src": "/static/images/shortcut-popular.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "新刊チェック",
      "short_name": "新刊",
      "description": "最新の新刊情報をチェック",
      "url": "/?new=true",
      "icons": [
        {
          "src": "/static/images/shortcut-new.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/static/images/screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
} 