Files
Trishul 60ce50b10e adding example of protocol_handlers (#451)
Thanks @tsl143  all looking good.
2020-05-28 14:35:14 +12:00

17 lines
341 B
JSON
Executable File

{
"manifest_version": 2,
"name": "IRC Protocol Handler",
"description": "Demos the usage of protocol_handlers",
"version": "1.0.0",
"icons": {
"64": "icons/icon.png"
},
"protocol_handlers": [
{
"protocol": "irc",
"name": "IRC Mibbit Extension",
"uriTemplate": "https://mibbit.com/?url=%s"
}
]
}