-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.v3.json
43 lines (43 loc) · 1002 Bytes
/
manifest.v3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"manifest_version": 3,
"name": "Roll20: Grimório do Tormenta20",
"version": "0.7.3",
"short_name": "Roll20: T20",
"description": "Escolha magias, habilidades e poderes na ficha! Consulte regras e equipamentos do T20 no Roll20.",
"author": "roll20tormenta20@pyanderson.dev",
"homepage_url": "https://roll20tormenta20.pyanderson.dev/",
"icons": {
"16": "static/icons/16.png",
"32": "static/icons/32.png",
"48": "static/icons/48.png",
"128": "static/icons/128.png"
},
"content_scripts": [
{
"matches": [
"https://app.roll20.net/editor*"
],
"css": [
"src/css/book.css",
"src/css/enhancement.css"
],
"js": [
"main.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"index.js",
"static/db.json",
"src/css/sheet.css",
"static/icons/32.png"
],
"matches": [
"<all_urls>"
]
}
]
}