-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmanifest.json
122 lines (112 loc) · 2.49 KB
/
manifest.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"manifest_version": "<-- auto-filled; do not edit -->",
"name": "Showdex",
"version": "<-- auto-filled; do not edit -->",
"description": "<-- auto-filled; do not edit -->",
"author": "<-- auto-filled; do not edit -->",
"homepage_url": "<-- auto-filled; do not edit -->",
"applications": {
"gecko": {
"id": "showdex@tize.io",
"strict_min_version": "78.0",
"permissions": [
"clipboardRead",
"clipboardWrite"
]
}
},
"permissions": [
"*://play.pokemonshowdown.com/*",
"*://*.psim.us/*",
"*://play.radicalred.net/*"
],
"host_permissions": [
"https://play.pokemonshowdown.com/*",
"https://pkmn.github.io/*",
"https://bake.dex.tize.io/*"
],
"externally_connectable": {
"matches": [
"<-- auto-filled; do not edit -->"
],
"ids": [
"*"
]
},
"background": {
"service_worker": "background.js",
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<-- auto-filled; do not edit -->"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<-- auto-filled; do not edit -->"
],
"resources": [
"3d-bold.svg",
"9k-plus.svg",
"bug.svg",
"catching-pokemon.svg",
"clipboard-heart.svg",
"close-circle.svg",
"cog.svg",
"copy-plus.svg",
"crown.svg",
"discord.svg",
"door-exit.svg",
"dragon.svg",
"error-circle.svg",
"error-circle-outline.svg",
"external-link.svg",
"fire.svg",
"flask.svg",
"floppy.svg",
"ghost-boo.svg",
"ghost-off.svg",
"ghost-smile.svg",
"ghost.svg",
"github-face.svg",
"info-circle.svg",
"main.js",
"minarex.svg",
"mouse.svg",
"rabbit.svg",
"remove-circle.svg",
"salamance.svg",
"showdex.svg",
"signpost.svg",
"sparkle.svg",
"sword.svg",
"team-lift.svg",
"teddy-bear.svg",
"tize.svg",
"trash-close.svg",
"winged-sword.svg"
]
}
],
"icons": {
"16": "showdex-16.png",
"24": "showdex-24.png",
"32": "showdex-32.png",
"48": "showdex-48.png",
"128": "showdex-128.png"
},
"action": {
"default_title": "<-- auto-filled; do not edit -->",
"default_icon": "<-- auto-filled; do not edit -->"
}
}