mirror of
https://github.com/Silentely/eSIM-Tools.git
synced 2026-09-03 06:24:20 +08:00
- 将品牌名称从 "eSIM工具集" 修改为 "eSIM Tools" - 更新 GitHub 仓库地址和相关链接 - 添加自定义应用品牌与年份范围配置功能 - 实现统一版权页脚自动注入 - 优化部分页面结构和样式
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "eSIM Tools",
|
|
"short_name": "eSIM Tools",
|
|
"description": "Giffgaff 与 Simyo eSIM 申请与管理工具",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#6366f1",
|
|
"icons": [
|
|
{
|
|
"src": "/src/assets/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/src/assets/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|
|
|
|
|