{
  "name": "你画我猜 - 手写数字识别 (0-9)",
  "short_name": "数字识别",
  "description": "本地离线手写数字识别应用，支持 CNN、SVM、RNN 三种算法，无需网络连接",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4A90E2",
  "categories": ["productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false
}
