-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 1.18 KB
/
manifest.json
File metadata and controls
31 lines (31 loc) · 1.18 KB
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
{
"manifest_version": 3,
"version": "0.5.4",
"version_name": "0.5.4 Beta",
"name": "Steem Curation Extension",
"description": "Provide supplemental information for curators on Steem/Condenser based web sites.",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"host_permissions": [
"https://sds.steemworld.org/*"
],
"content_scripts": [
{
"matches": [
"https://steemit.com/*",
"https://www.steemit.com/*",
"https://steemit.moecki.online/*",
"https://steemit.steemapps.com/*",
"https://steemit.steemnet.org/*",
"https://steemitdev.com/*",
"https://www.steemitdev.com/*"
],
"js": ["useful.js", "post/votes/VoterTip.js", "post/votes/votes.js", "profilePictureDisplay.js", "language.js", "payoutDisplay.js", "steemWorld.js", "post/author.js", "graph.js", "post/Post.js", "post/loadPostData.js", "libs/chart.min.js","botNotifier.js", "postMetrics.js", "overlay.js", "resteemControl.js", "main.js"],
"css": [ "post/styles.css", "styles.css", "profilePictureDisplay.css" ]
}
]
}