-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (38 loc) · 814 Bytes
/
manifest.json
File metadata and controls
38 lines (38 loc) · 814 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"author": "CandleSmartHome.com",
"content_scripts": [
{
"css": [
"css/extension.css"
],
"js": [
"js/extension.js"
]
}
],
"description": "Helps beginners with getting started",
"gateway_specific_settings": {
"webthings": {
"exec": "python3 {path}/main.py",
"primary_type": "extension",
"strict_max_version": "*",
"strict_min_version": "0.10.0"
}
},
"homepage_url": "https://github.com/createcandle/tutorial",
"id": "tutorial",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "Tutorial",
"short_name": "Tutorial",
"version": "1.1.4",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
"images/*.gif",
"images/*.png",
"images/*.jpg",
"js/*.js",
"views/*.html"
]
}