FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
26
dist/manifest.json
vendored
Normal file
26
dist/manifest.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user