|
59 | 59 | "purpose": "maskable" |
60 | 60 | } |
61 | 61 | ], |
62 | | - "related_applications": [], |
63 | | - "prefer_related_applications": false |
| 62 | + "shortcuts": [ |
| 63 | + { |
| 64 | + "name": "New WhatsApp Chat", |
| 65 | + "short_name": "WhatsApp", |
| 66 | + "description": "Start a new chat on WhatsApp", |
| 67 | + "url": "/?action=whatsapp", |
| 68 | + "icons": [{ "src": "identity/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }] |
| 69 | + }, |
| 70 | + { |
| 71 | + "name": "New Telegram Chat", |
| 72 | + "short_name": "Telegram", |
| 73 | + "description": "Start a new chat on Telegram", |
| 74 | + "url": "/?action=telegram", |
| 75 | + "icons": [{ "src": "identity/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }] |
| 76 | + }, |
| 77 | + { |
| 78 | + "name": "New Signal Chat", |
| 79 | + "short_name": "Signal", |
| 80 | + "description": "Start a new chat on Signal", |
| 81 | + "url": "/?action=signal", |
| 82 | + "icons": [{ "src": "identity/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }] |
| 83 | + } |
| 84 | + ], |
| 85 | + "prefer_related_applications": false, |
| 86 | + "categories": [ |
| 87 | + "productivity", |
| 88 | + "social", |
| 89 | + "utilities" |
| 90 | + ] |
64 | 91 | } |
0 commit comments