Long-Press icon context menu
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 3m
- Merged PRs (30d)
- 99
Description
This to add the option to open directly or anything
```json
// manifest.json
{
"name": "My Wallet PWA",
"shortcuts": [
{
"name": "View Pass",
"short_name": "Pass",
"description": "Open pass immediately",
"url": "/pass",
"icons": [{ "src": "/icons/pass.png", "sizes": "192x192" }]
}
]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.