blob: a156faeb7443ef03ba9f478a9027c32752d3d6f7 [file] [log] [blame]
Ben Murdochca12bfa2013-07-23 11:17:05 +01001{
Ben Murdochca12bfa2013-07-23 11:17:05 +01002 "alarms": {
3 "Learn More": [
4 {
5 "link": "event_pages.html",
6 "text": "Event Pages"
7 }
Ben Murdochca12bfa2013-07-23 11:17:05 +01008 ]
9 },
10 "app_runtime": {
11 "Learn More": [
12 {
13 "link": "app_lifecycle.html",
14 "text": "Manage App Lifecycle"
15 },
16 {
17 "link": "https://developers.google.com/live/shows/10291095/",
18 "text": "Chrome Office Hours: Introduction to Chrome Apps"
19 }
20 ]
21 },
22 "app_window": {
23 "Learn More": [
24 {
25 "link": "about_apps.html#look",
26 "text": "How they look"
27 },
28 {
29 "link": "app_lifecycle.html",
30 "text": "Manage App Lifecycle"
31 },
32 {
33 "link": "https://developers.google.com/live/shows/9118010/",
34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps"
35 }
36 ]
37 },
38 "bluetooth": {
39 "Learn More": [
40 {
41 "link": "app_hardware.html",
42 "text": "Accessing Hardware Devices"
43 }
Ben Murdochca12bfa2013-07-23 11:17:05 +010044 ]
45 },
46 "cookies": {
47 "Permissions": [
48 {
49 "class": "code",
50 "text": "\"cookies\""
51 },
52 {
53 "link": "declare_permissions.html",
54 "text": "host permissions"
55 }
56 ]
57 },
Ben Murdochca12bfa2013-07-23 11:17:05 +010058 "declarativeContent": {
59 "Learn More": [
60 {
61 "link": "events.html",
62 "text": "Declarative Events"
63 },
64 {
65 "link": "activeTab.html",
66 "text": "activeTab"
67 }
Ben Murdochca12bfa2013-07-23 11:17:05 +010068 ]
69 },
70 "declarativeWebRequest": {
71 "Permissions": [
72 {
73 "class": "code",
74 "text": "\"declarativeWebRequest\""
75 },
76 {
77 "link": "declare_permissions.html",
78 "text": "host permissions"
79 }
80 ]
81 },
82 "downloads": {
83 "Permissions": [
84 {
85 "class": "code",
86 "text": "\"downloads\""
Ben Murdochca12bfa2013-07-23 11:17:05 +010087 }
88 ]
89 },
Ben Murdochca12bfa2013-07-23 11:17:05 +010090 "fileSystem": {
Ben Murdochca12bfa2013-07-23 11:17:05 +010091 "Permissions": [
92 {
93 "class": "code",
94 "text": "\"fileSystem\""
95 },
96 {
97 "class": "code",
98 "text": "{\"fileSystem\": [\"write\"]}"
99 },
100 {
101 "class": "code",
102 "text": "{\"fileSystem\": [\"write\", \"retainEntries\"]}"
103 }
Ben Murdoch558790d2013-07-30 15:19:42 +0100104 ],
105 "Learn More": [
Ben Murdochca12bfa2013-07-23 11:17:05 +0100106 {
Ben Murdoch558790d2013-07-30 15:19:42 +0100107 "link": "app_storage.html",
108 "text": "Manage Data"
109 },
Ben Murdochca12bfa2013-07-23 11:17:05 +0100110 {
Ben Murdoch558790d2013-07-30 15:19:42 +0100111 "link": "angular_framework.html",
112 "text": "Build Apps with AngularJS"
113 },
114 {
115 "link": "https://developers.google.com/live/shows/7320022-1001/",
116 "text": "Chrome Apps Office Hours: TextDrive and AngularJS"
Ben Murdochca12bfa2013-07-23 11:17:05 +0100117 }
118 ]
119 },
120 "identity": {
121 "Learn More": [
122 {
123 "link": "app_identity.html",
124 "text": "Identify User"
125 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100126 ]
127 },
128 "mediaGalleries": {
Ben Murdoch558790d2013-07-30 15:19:42 +0100129 "Permissions": [
130 {
131 "class": "code",
132 "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ...]}"
133 },
134 {
135 "class": "code",
136 "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ..., \"allAutoDetected\"]}"
137 },
138 {
139 "partial": "intro_tables/see_manifest.html"
140 }
141 ],
Ben Murdochca12bfa2013-07-23 11:17:05 +0100142 "Learn More": [
143 {
144 "link": "https://developers.google.com/live/shows/10479832/",
145 "text": "Chrome Office Hours: The Media Galleries API"
146 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100147 ]
148 },
149 "notifications": {
150 "Learn More": [
151 {
152 "link": "https://developers.google.com/live/shows/83992232-1001/",
153 "text": "Chrome Apps Office Hours: Rich Notifications"
154 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100155 ]
156 },
157 "pushMessaging": {
158 "Learn More": [
159 {
160 "link": "cloudMessaging.html",
161 "text": "Google Cloud Messaging for Chrome"
162 },
163 {
164 "link": "gcm_server.html",
165 "text": "API Reference for GCM service"
166 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100167 ]
168 },
169 "runtime": {
170 "Learn More": [
171 {
172 "link": "app_lifecycle.html",
173 "text": "Manage App Lifecycle"
174 },
175 {
176 "link": "event_pages.html",
177 "text": "Event Pages"
178 }
179 ]
180 },
181 "serial": {
182 "Learn More": [
183 {
184 "link": "app_hardware.html",
185 "text": "Accessing Hardware Devices"
186 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100187 ]
188 },
189 "socket": {
Ben Murdoch558790d2013-07-30 15:19:42 +0100190 "Permissions": [
191 {
192 "class": "code",
193 "text": "{\"socket\": [\"rule1\", \"rule2\"]}"
194 },
195 {
196 "partial": "intro_tables/socket_permissions.html"
197 }
198 ],
Ben Murdochca12bfa2013-07-23 11:17:05 +0100199 "Learn More": [
200 {
201 "link": "app_network.html",
202 "text": "Network Communications"
203 },
204 {
205 "link": "sencha_framework.html",
206 "text": "Build Apps with Sencha ExtJS"
207 },
208 {
209 "link": "https://developers.google.com/live/shows/7320022-5001/",
210 "text": "Chrome Apps Office Hours: Networking APIs"
211 },
212 {
213 "link": "https://developers.google.com/live/shows/7320022-2001/",
214 "text": "Chrome Apps Office Hours: Controlling an AR ParrotDrone"
215 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100216 ]
217 },
218 "storage": {
219 "Learn More": [
220 {
221 "link": "https://developers.google.com/live/shows/7320022/",
222 "text": "Chrome Apps Office Hours: Chrome Storage APIs"
223 },
224 {
225 "link": "https://developers.google.com/live/shows/7320022-1/",
226 "text": "Chrome Apps Office Hours: Storage API Deep Dive"
227 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100228 ]
229 },
230 "syncFileSystem": {
231 "Learn More": [
232 {
Ben Murdocha3f7b4e2013-07-24 10:36:34 +0100233 "link": "app_storage.html",
Ben Murdochca12bfa2013-07-23 11:17:05 +0100234 "text": "Manage Data"
235 },
236 {
237 "link": "https://developers.google.com/live/shows/83992232-2001/",
238 "text": "Chrome Office Hours: Synched File System"
239 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100240 ]
241 },
242 "tabs": {
243 "Permissions": [
244 {
245 "class": "code",
246 "text": "\"tabs\""
247 }
248 ]
249 },
Ben Murdochca12bfa2013-07-23 11:17:05 +0100250 "tts": {
251 "Learn More": [
252 {
253 "link": "https://developers.google.com/live/shows/7320022-7001/",
254 "text": "Chrome Office Hours: Text to Speech API"
255 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100256 ]
257 },
258 "usb": {
259 "Learn More": [
260 {
261 "link": "app_hardware.html",
262 "text": "Accessing Hardware Devices"
263 }
Ben Murdochca12bfa2013-07-23 11:17:05 +0100264 ]
265 },
266 "webRequest": {
267 "Permissions": [
268 {
269 "class": "code",
270 "text": "\"webRequest\""
271 },
272 {
273 "link": "declare_permissions.html",
274 "text": "host permissions"
275 }
276 ]
277 },
278 "webstore": {
279 "Learn More": [
280 {
281 "link": "https://developers.google.com/chrome/web-store/docs/inline_installation",
282 "text": "Using Inline Installation"
283 }
284 ]
Ben Murdochca12bfa2013-07-23 11:17:05 +0100285 }
286}