Newer
Older
2023-Haruto / leaflet / map / otakaraman / manifest.json
@”2022-Araki” ”2022-Araki” on 23 Jan 2024 385 bytes d
{
    "name": "たからさがし",
    "short_name": "宝ゲーム",
    "description": "Leafletを使用した宝探しゲーム",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#00ff00",
    "icons": [
      {
        "src": "icon.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ]
  }