-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 621 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 621 Bytes
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
{
"manifest_version": 3,
"name": "Pure Twitch",
"description": "Protect your Twitch browsing experience by automatically hiding sexually explicit streamers from your feed.",
"version": "4.1.0",
"content_scripts": [
{
"js": [
"utils.js",
"script.js"
],
"matches": [
"https://*.twitch.tv/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "atlas@atlasdev.men"
}
},
"icons": {
"32": "logo@1x.png",
"64": "logo@2x.png"
}
}