Files
FrenoCorp/dist/manifest.json

27 lines
603 B
JSON

{
"name": "Scripter",
"short_name": "Scripter",
"description": "Professional screenplay editor with real-time collaboration",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"orientation": "any",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["productivity", "writer"],
"screenshots": []
}