Add x-scheme-handler/tel handler with a dedicated menu
This menu allow the user to - call - text - save The tel number.
This commit is contained in:
parent
87d86b7cf0
commit
af856d5bfa
5 changed files with 72 additions and 2 deletions
25
configs/firefox/handlers.json
Normal file
25
configs/firefox/handlers.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"defaultHandlersVersion": {
|
||||
"en-US": 4
|
||||
},
|
||||
"mimeTypes": {
|
||||
"application/pdf": {
|
||||
"action": 3,
|
||||
"extensions": [
|
||||
"pdf"
|
||||
]
|
||||
}
|
||||
},
|
||||
"schemes": {
|
||||
"tel": {
|
||||
"action": 2,
|
||||
"ask": false,
|
||||
"handlers": [
|
||||
{
|
||||
"name": "sxmo",
|
||||
"path": "/usr/bin/sxmo_open.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue