-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
31 lines (31 loc) · 925 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
28
29
30
31
{
"name": "MindSphere Authentication Helper Extension",
"version": "2.0.0",
"description": "Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.",
"author": "@sn0wcat",
"host_permissions": [
"https://*.mindsphere.io/*",
"https://*.mindsphere-in.cn/*"
],
"permissions": [
"cookies"
],
"icons": {
"16": "assets/images/logo-16.png",
"32": "assets/images/logo-32.png",
"48": "assets/images/logo-48.png",
"128": "assets/images/logo-128.png"
},
"background": {},
"action": {
"default_icon": {
"16": "assets/images/logo-16.png",
"32": "assets/images/logo-32.png",
"48": "assets/images/logo-48.png",
"128": "assets/images/logo-128.png"
},
"default_title": "Siemens Insights Hub and Industrial IoT Authentication Helper",
"default_popup": "index.html"
},
"manifest_version": 3
}