24 lines
No EOL
624 B
JSON
24 lines
No EOL
624 B
JSON
{
|
|
"name": "Browser Notepad",
|
|
"short_name": "Notepad",
|
|
"description": "A simple browser-based notepad application",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#f1f1f1",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "https://radical.omar-c29.workers.dev/memes/fry.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "https://radical.omar-c29.workers.dev/memes/fry.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
} |