声明(静态文件)
开发中
GET
/manifest.json
最后修改时间:2024-05-02 02:47:50
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:5212/api/v3/manifest.json'
返回响应
🟢200成功
application/json
Body
background_color
string
背景颜色
display
string
必需
icons
string
图标
name
string
名称
short_name
string
短名称
start_url
string
初始地址
theme_color
string
主题颜色
示例
{
"background_color": "#ffffff",
"display": "standalone",
"icons": [
{
"sizes": "64x64 32x32 24x24 16x16",
"src": "/static/img/favicon.ico",
"type": "image/x-icon"
},
{
"sizes": "192x192",
"src": "/static/img/logo192.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "/static/img/logo512.png",
"type": "image/png"
}
],
"name": "海枫云存储",
"short_name": "海枫云存储",
"start_url": ".",
"theme_color": "#000000"
}
修改于 2024-05-02 02:47:50