22 lines
655 B
JSON
22 lines
655 B
JSON
{
|
|
"name": "Stackchain Dashboard",
|
|
"short_name": "Stackchain",
|
|
"description": "Capture, plan, and complete Gitea work from mobile.",
|
|
"id": "./",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#07111f",
|
|
"theme_color": "#0b1220",
|
|
"icons": [
|
|
{"src": "static/icons/stackchain-192.png", "sizes": "192x192", "type": "image/png"},
|
|
{"src": "static/icons/stackchain-512.png", "sizes": "512x512", "type": "image/png"}
|
|
],
|
|
"share_target": {
|
|
"action": "./",
|
|
"method": "GET",
|
|
"enctype": "application/x-www-form-urlencoded",
|
|
"params": {"title": "title", "text": "text", "url": "url"}
|
|
}
|
|
}
|