19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"name": "Secret Message Studio",
|
|
"short_name": "Secret Studio",
|
|
"description": "Create encrypted story-ready secret messages with QR, emoji codes, reveal effects, and stego images.",
|
|
"start_url": "./index.html",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#fff8f0",
|
|
"theme_color": "#d83f6a",
|
|
"icons": [
|
|
{
|
|
"src": "icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|