-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
27 lines (26 loc) · 858 Bytes
/
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
{
"name": "BetterDiscord",
"version": "1.0",
"description": "Allows you to use BetterDiscord on web. Some plugins might not be working correctly. Just let me know and i try to fix that",
"icons": {
"16": "./assets/logo.png",
"48": "./assets/logo.png",
"128": "./assets/logo.png"
},
"permissions": [
"storage",
"tabs",
"windows"
],
"page_action": {
},
"content_scripts": [
{
"matches": ["https://*.discord.com/*"],
"js": ["./dist/backend.js"]
}
],
"content_security_policy": "script-src 'self' https://cdn.statically.io/gh/Strencher/*; object-src 'self'; script-src 'self' https://github.com/*; script-src 'self' https://codemirror.net/*",
"manifest_version": 2,
"web_accessible_resources": ["index.js"]
}