{
  "name": "meetle（ミートル）- まちの資源",
  "short_name": "meetle",
  "description": "地域のおすそわけとおねがいをつなぐ、まちの掲示板",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "新規投稿",
      "url": "/app/posts/new",
      "description": "新しい投稿を作成する"
    },
    {
      "name": "通知",
      "url": "/app/notifications",
      "description": "通知を確認する"
    }
  ],
  "categories": ["social", "community", "lifestyle"]
}
