-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 573 Bytes
/
manifest.json
File metadata and controls
25 lines (25 loc) · 573 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
{
"name": "Slack Workspace Organiser",
"version": "1.1.1",
"manifest_version": 3,
"description": "Organise your Slack sidebar by using a yaml file",
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"https://*.slack.com/*"
],
"icons": {
"16": "resources/slack.png",
"48": "resources/slack.png",
"128": "resources/slack.png"
},
"background": {
"service_worker": "dist/background.bundle.js"
},
"action": {
"default_title": "Organise your Slack workspace",
"default_popup": "dist/popup.html"
}
}