mirror of
https://github.com/woodchen-ink/watermark.git
synced 2025-07-18 05:52:01 +08:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "在线图片加水印",
|
|
"short_name": "图片加水印",
|
|
"theme_color": "#FFFFFF",
|
|
"background_color": "#FFFFFF",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "./static/icon72.png",
|
|
"type": "image/png",
|
|
"sizes": "72x72"
|
|
},
|
|
{
|
|
"src": "./static/icon96.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
},
|
|
{
|
|
"src": "./static/icon144.png",
|
|
"type": "image/png",
|
|
"sizes": "144x144"
|
|
}
|
|
]
|
|
} |