-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (35 loc) · 866 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
32
33
34
35
36
37
38
39
40
41
{
"app": {
"background": {
"scripts": ["background.js"]
}
},
"manifest_version": 2,
"name": "Fuchsia OS",
"version": "1.5.1",
"permissions":[
"https://fonts.googleapis.com/css?family=Roboto:300",
"https://code.getmdl.io/1.3.0/material.green-indigo.min.css",
"http://google.com/"
],
"description": "Google Fuchsia OS launcher for chromebooks",
"icons": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
},
"author": "Google inc.",
"kiosk_enabled": true,
"minimum_chrome_version": "38",
"offline_enabled": true,
"permissions": [
"power",
"accessibilityFeatures.read",
"accessibilityFeatures.modify",
"<all_urls>"
],
"sandbox": {
"pages": [
"scripts/sandbox-scripts.html"
]
}
}