26 lines
609 B
JSON
26 lines
609 B
JSON
{
|
|
"name": "WR.DO",
|
|
"short_name": "WR.DO",
|
|
"description": "All-in-one domain platform with short links, temp email, subdomain management, file storage, and open APIs.",
|
|
"appid": "com.wr.do",
|
|
"versionName": "1.1.7",
|
|
"versionCode": "1",
|
|
"start_url": "/",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "./_static/logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./_static/logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|