{
  "name": "光伏项目经济测算",
  "short_name": "光伏测算",
  "description": "光伏电站项目财务可行性测算：全投资/资本金双口径 IRR、NPV、LCOE、敏感性分析、方案对比。可离线使用。",
  "lang": "zh-CN",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f6f9",
  "theme_color": "#0a7cff",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "开始测算",
      "short_name": "测算",
      "url": "./?action=calculate"
    },
    {
      "name": "敏感性分析",
      "short_name": "敏感性",
      "url": "./?action=sensitivity"
    }
  ]
}
