{
  "name": "Campfive",
  "short_name": "Campfive",
  "description": "”5分だけやるかぁ”のキャンプファイア。集中時間ではなく「着火回数」を記録してカジュアルにやりたい事に取り組もう。",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0f0e",
  "theme_color": "#ff7a18",
  "orientation": "portrait",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "🔥 直ちに点火",
      "short_name": "即点火",
      "url": "./index.html?action=ignite",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}