{
  "name": "satorader-hunt 猟友サポートナビ",
  "short_name": "satorader-hunt",
  "description": "有害鳥獣捕獲確認書の作成・管理アプリ",
  "start_url": "/accounts/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1a6bc4",
  "background_color": "#ffffff",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "government"],
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "予定一覧",
      "url": "/events/",
      "icons": [{"src": "/static/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "有害管理",
      "url": "/operations/",
      "icons": [{"src": "/static/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
