Files
pascar/manifest.json
T

15 lines
288 B
JSON

{
"name": "Pascar Text Editor",
"short_name": "Pascar",
"start_url": "index.html",
"display": "standalone",
"background_color": "#1c1c1c",
"theme_color": "#295991",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}