{
  "name": "扇贝单词西语版",
  "short_name": "西语背诵",
  "description": "基于艾宾浩斯记忆曲线的沉浸式西班牙语单词学习应用",
  "lang": "es",
  "dir": "ltr",
  "id": "com.shanbay.spanish.pwa",
  "start_url": "/?source=pwa", 
  "scope": "/", 
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2dd4bf",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}