UNPKG
mubot-server
Version:
latest (2.0.2)
2.0.2
2.0.1
A server for mubot
github.com/ileathan/mubot-server
ileathan/mubot-server
mubot-server
/
public
/
manifest.json
14 lines
(13 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"Embed external site"
,
"version"
:
"1"
,
"manifest_version"
:
2
,
"content_scripts"
:
[
{
"js"
:
[
"contentscript.js"
]
,
"matches"
:
[
"*://*/*"
]
,
"all_frames"
:
true
}
]
,
"web_accessible_resources"
:
[
"m.html"
]
}