mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
17 lines
341 B
JSON
Executable File
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"
|
|
}
|
|
]
|
|
}
|