Files
edge-tts/web/manifest.json
2025-12-02 12:22:06 +08:00

41 lines
853 B
JSON

{
"name": "Edge TTS",
"short_name": "Edge TTS",
"description": "Convert text to speech using Microsoft Edge's online TTS service",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"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", "utilities"],
"screenshots": [
{
"src": "screenshot.png",
"sizes": "1280x720",
"type": "image/png"
}
],
"share_target": {
"action": "/",
"method": "GET",
"params": {
"title": "title",
"text": "text"
}
}
}