OLD | NEW |
1 { | 1 { |
2 "alarms": { | 2 "alarms": { |
3 "Learn More": [ | 3 "Learn More": [ |
4 { | 4 { |
5 "link": "event_pages.html", | 5 "link": "event_pages", |
6 "text": "Event Pages" | 6 "text": "Event Pages" |
7 } | 7 } |
8 ] | 8 ] |
9 }, | 9 }, |
10 "app_runtime": { | 10 "app_runtime": { |
11 "Learn More": [ | 11 "Learn More": [ |
12 { | 12 { |
13 "link": "app_lifecycle.html", | 13 "link": "app_lifecycle", |
14 "text": "Manage App Lifecycle" | 14 "text": "Manage App Lifecycle" |
15 }, | 15 }, |
16 { | 16 { |
17 "link": "https://developers.google.com/live/shows/10291095/", | 17 "link": "https://developers.google.com/live/shows/10291095/", |
18 "text": "Chrome Office Hours: Introduction to Chrome Apps" | 18 "text": "Chrome Office Hours: Introduction to Chrome Apps" |
19 } | 19 } |
20 ] | 20 ] |
21 }, | 21 }, |
22 "app_window": { | 22 "app_window": { |
23 "Learn More": [ | 23 "Learn More": [ |
24 { | 24 { |
25 "link": "about_apps.html#look", | 25 "link": "about_apps#look", |
26 "text": "How they look" | 26 "text": "How they look" |
27 }, | 27 }, |
28 { | 28 { |
29 "link": "app_lifecycle.html", | 29 "link": "app_lifecycle", |
30 "text": "Manage App Lifecycle" | 30 "text": "Manage App Lifecycle" |
31 }, | 31 }, |
32 { | 32 { |
33 "link": "https://developers.google.com/live/shows/9118010/", | 33 "link": "https://developers.google.com/live/shows/9118010/", |
34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" | 34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" |
35 } | 35 } |
36 ] | 36 ] |
37 }, | 37 }, |
38 "bluetooth": { | 38 "bluetooth": { |
39 "Learn More": [ | 39 "Learn More": [ |
40 { | 40 { |
41 "link": "app_bluetooth.html", | 41 "link": "app_bluetooth", |
42 "text": "Bluetooth" | 42 "text": "Bluetooth" |
43 } | 43 } |
44 ] | 44 ] |
45 }, | 45 }, |
46 "cookies": { | 46 "cookies": { |
47 "Permissions": [ | 47 "Permissions": [ |
48 { | 48 { |
49 "class": "code", | 49 "class": "code", |
50 "text": "\"cookies\"" | 50 "text": "\"cookies\"" |
51 }, | 51 }, |
52 { | 52 { |
53 "link": "declare_permissions.html#host-permissions", | 53 "link": "declare_permissions#host-permissions", |
54 "text": "host permissions" | 54 "text": "host permissions" |
55 } | 55 } |
56 ] | 56 ] |
57 }, | 57 }, |
58 "declarativeContent": { | 58 "declarativeContent": { |
59 "Learn More": [ | 59 "Learn More": [ |
60 { | 60 { |
61 "link": "events.html", | 61 "link": "events", |
62 "text": "Declarative Events" | 62 "text": "Declarative Events" |
63 }, | 63 }, |
64 { | 64 { |
65 "link": "activeTab.html", | 65 "link": "activeTab", |
66 "text": "activeTab" | 66 "text": "activeTab" |
67 } | 67 } |
68 ] | 68 ] |
69 }, | 69 }, |
70 "declarativeWebRequest": { | 70 "declarativeWebRequest": { |
71 "Permissions": [ | 71 "Permissions": [ |
72 { | 72 { |
73 "class": "code", | 73 "class": "code", |
74 "text": "\"declarativeWebRequest\"" | 74 "text": "\"declarativeWebRequest\"" |
75 }, | 75 }, |
76 { | 76 { |
77 "link": "declare_permissions.html#host-permissions", | 77 "link": "declare_permissions#host-permissions", |
78 "text": "host permissions" | 78 "text": "host permissions" |
79 } | 79 } |
80 ] | 80 ] |
81 }, | 81 }, |
82 "downloads": { | 82 "downloads": { |
83 "Permissions": [ | 83 "Permissions": [ |
84 { | 84 { |
85 "class": "code", | 85 "class": "code", |
86 "text": "\"downloads\"" | 86 "text": "\"downloads\"" |
87 } | 87 } |
88 ] | 88 ] |
89 }, | 89 }, |
90 "fileSystem": { | 90 "fileSystem": { |
91 "Permissions": [ | 91 "Permissions": [ |
92 { | 92 { |
93 "class": "code", | 93 "class": "code", |
94 "text": "\"fileSystem\"" | 94 "text": "\"fileSystem\"" |
95 }, | 95 }, |
96 { | 96 { |
97 "class": "code", | 97 "class": "code", |
98 "text": "{\"fileSystem\": [\"write\"]}" | 98 "text": "{\"fileSystem\": [\"write\"]}" |
99 }, | 99 }, |
100 { | 100 { |
101 "class": "code", | 101 "class": "code", |
102 "text": "{\"fileSystem\": [\"write\", \"retainEntries\", \"directory\"]}
" | 102 "text": "{\"fileSystem\": [\"write\", \"retainEntries\", \"directory\"]}
" |
103 } | 103 } |
104 ], | 104 ], |
105 "Learn More": [ | 105 "Learn More": [ |
106 { | 106 { |
107 "link": "app_storage.html", | 107 "link": "app_storage", |
108 "text": "Manage Data" | 108 "text": "Manage Data" |
109 }, | 109 }, |
110 { | 110 { |
111 "link": "angular_framework.html", | 111 "link": "angular_framework", |
112 "text": "Build Apps with AngularJS" | 112 "text": "Build Apps with AngularJS" |
113 }, | 113 }, |
114 { | 114 { |
115 "link": "https://developers.google.com/live/shows/7320022-1001/", | 115 "link": "https://developers.google.com/live/shows/7320022-1001/", |
116 "text": "Chrome Apps Office Hours: TextDrive and AngularJS" | 116 "text": "Chrome Apps Office Hours: TextDrive and AngularJS" |
117 } | 117 } |
118 ] | 118 ] |
119 }, | 119 }, |
120 "gcm": { | 120 "gcm": { |
121 "Learn More": [ | 121 "Learn More": [ |
122 { | 122 { |
123 "link": "cloudMessagingV2.html", | 123 "link": "cloudMessagingV2", |
124 "text": "Google Cloud Messaging" | 124 "text": "Google Cloud Messaging" |
125 } | 125 } |
126 ] | 126 ] |
127 }, | 127 }, |
128 "identity": { | 128 "identity": { |
129 "Learn More": [ | 129 "Learn More": [ |
130 { | 130 { |
131 "link": "app_identity.html", | 131 "link": "app_identity", |
132 "text": "Identify User" | 132 "text": "Identify User" |
133 } | 133 } |
134 ] | 134 ] |
135 }, | 135 }, |
136 "mediaGalleries": { | 136 "mediaGalleries": { |
137 "Permissions": [ | 137 "Permissions": [ |
138 { | 138 { |
139 "class": "code", | 139 "class": "code", |
140 "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ...]}" | 140 "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ...]}" |
141 }, | 141 }, |
(...skipping 16 matching lines...) Expand all Loading... |
158 "Learn More": [ | 158 "Learn More": [ |
159 { | 159 { |
160 "link": "https://developers.google.com/live/shows/83992232-1001/", | 160 "link": "https://developers.google.com/live/shows/83992232-1001/", |
161 "text": "Chrome Apps Office Hours: Rich Notifications" | 161 "text": "Chrome Apps Office Hours: Rich Notifications" |
162 } | 162 } |
163 ] | 163 ] |
164 }, | 164 }, |
165 "permissions": { | 165 "permissions": { |
166 "Learn More": [ | 166 "Learn More": [ |
167 { | 167 { |
168 "link": "declare_permissions.html", | 168 "link": "declare_permissions", |
169 "text": "Declaring permissions" | 169 "text": "Declaring permissions" |
170 } | 170 } |
171 ] | 171 ] |
172 }, | 172 }, |
173 "pushMessaging": { | 173 "pushMessaging": { |
174 "Learn More": [ | 174 "Learn More": [ |
175 { | 175 { |
176 "link": "cloudMessaging.html", | 176 "link": "cloudMessaging", |
177 "text": "Google Cloud Messaging for Chrome" | 177 "text": "Google Cloud Messaging for Chrome" |
178 }, | 178 }, |
179 { | 179 { |
180 "link": "gcm_server.html", | 180 "link": "gcm_server", |
181 "text": "API Reference for GCM service" | 181 "text": "API Reference for GCM service" |
182 } | 182 } |
183 ] | 183 ] |
184 }, | 184 }, |
185 "runtime": { | 185 "runtime": { |
186 "Learn More": [ | 186 "Learn More": [ |
187 { | 187 { |
188 "link": "app_lifecycle.html", | 188 "link": "app_lifecycle", |
189 "text": "Manage App Lifecycle" | 189 "text": "Manage App Lifecycle" |
190 }, | 190 }, |
191 { | 191 { |
192 "link": "event_pages.html", | 192 "link": "event_pages", |
193 "text": "Event Pages" | 193 "text": "Event Pages" |
194 } | 194 } |
195 ] | 195 ] |
196 }, | 196 }, |
197 "serial": { | 197 "serial": { |
198 "Learn More": [ | 198 "Learn More": [ |
199 { | 199 { |
200 "link": "app_usb.html", | 200 "link": "app_usb", |
201 "text": "Accessing Hardware Devices" | 201 "text": "Accessing Hardware Devices" |
202 } | 202 } |
203 ] | 203 ] |
204 }, | 204 }, |
205 "socket": { | 205 "socket": { |
206 "Permissions": [ | 206 "Permissions": [ |
207 { | 207 { |
208 "class": "code", | 208 "class": "code", |
209 "text": "{\"socket\": [\"rule1\", \"rule2\"]}" | 209 "text": "{\"socket\": [\"rule1\", \"rule2\"]}" |
210 }, | 210 }, |
211 { | 211 { |
212 "partial": "intro_tables/socket_permissions.html" | 212 "partial": "intro_tables/socket_permissions.html" |
213 } | 213 } |
214 ], | 214 ], |
215 "Learn More": [ | 215 "Learn More": [ |
216 { | 216 { |
217 "link": "app_network.html", | 217 "link": "app_network", |
218 "text": "Network Communications" | 218 "text": "Network Communications" |
219 }, | 219 }, |
220 { | 220 { |
221 "link": "sencha_framework.html", | 221 "link": "sencha_framework", |
222 "text": "Build Apps with Sencha ExtJS" | 222 "text": "Build Apps with Sencha ExtJS" |
223 }, | 223 }, |
224 { | 224 { |
225 "link": "https://developers.google.com/live/shows/7320022-5001/", | 225 "link": "https://developers.google.com/live/shows/7320022-5001/", |
226 "text": "Chrome Apps Office Hours: Networking APIs" | 226 "text": "Chrome Apps Office Hours: Networking APIs" |
227 }, | 227 }, |
228 { | 228 { |
229 "link": "https://developers.google.com/live/shows/7320022-2001/", | 229 "link": "https://developers.google.com/live/shows/7320022-2001/", |
230 "text": "Chrome Apps Office Hours: Controlling an AR ParrotDrone" | 230 "text": "Chrome Apps Office Hours: Controlling an AR ParrotDrone" |
231 } | 231 } |
232 ] | 232 ] |
233 }, | 233 }, |
234 "storage": { | 234 "storage": { |
235 "Learn More": [ | 235 "Learn More": [ |
236 { | 236 { |
237 "link": "https://developers.google.com/live/shows/7320022/", | 237 "link": "https://developers.google.com/live/shows/7320022/", |
238 "text": "Chrome Apps Office Hours: Chrome Storage APIs" | 238 "text": "Chrome Apps Office Hours: Chrome Storage APIs" |
239 }, | 239 }, |
240 { | 240 { |
241 "link": "https://developers.google.com/live/shows/7320022-1/", | 241 "link": "https://developers.google.com/live/shows/7320022-1/", |
242 "text": "Chrome Apps Office Hours: Storage API Deep Dive" | 242 "text": "Chrome Apps Office Hours: Storage API Deep Dive" |
243 } | 243 } |
244 ] | 244 ] |
245 }, | 245 }, |
246 "syncFileSystem": { | 246 "syncFileSystem": { |
247 "Learn More": [ | 247 "Learn More": [ |
248 { | 248 { |
249 "link": "app_storage.html", | 249 "link": "app_storage", |
250 "text": "Manage Data" | 250 "text": "Manage Data" |
251 }, | 251 }, |
252 { | 252 { |
253 "link": "https://developers.google.com/live/shows/83992232-2001/", | 253 "link": "https://developers.google.com/live/shows/83992232-2001/", |
254 "text": "Chrome Office Hours: Synched File System" | 254 "text": "Chrome Office Hours: Synched File System" |
255 } | 255 } |
256 ] | 256 ] |
257 }, | 257 }, |
258 "tabs": { | 258 "tabs": { |
259 "Permissions": [ | 259 "Permissions": [ |
260 { | 260 { |
261 "partial": "intro_tables/tabs_permissions.html" | 261 "partial": "intro_tables/tabs_permissions.html" |
262 } | 262 } |
263 ] | 263 ] |
264 }, | 264 }, |
265 "tts": { | 265 "tts": { |
266 "Learn More": [ | 266 "Learn More": [ |
267 { | 267 { |
268 "link": "https://developers.google.com/live/shows/7320022-7001/", | 268 "link": "https://developers.google.com/live/shows/7320022-7001/", |
269 "text": "Chrome Office Hours: Text to Speech API" | 269 "text": "Chrome Office Hours: Text to Speech API" |
270 } | 270 } |
271 ] | 271 ] |
272 }, | 272 }, |
273 "usb": { | 273 "usb": { |
274 "Learn More": [ | 274 "Learn More": [ |
275 { | 275 { |
276 "link": "app_usb.html", | 276 "link": "app_usb", |
277 "text": "Accessing Hardware Devices" | 277 "text": "Accessing Hardware Devices" |
278 } | 278 } |
279 ] | 279 ] |
280 }, | 280 }, |
281 "webRequest": { | 281 "webRequest": { |
282 "Permissions": [ | 282 "Permissions": [ |
283 { | 283 { |
284 "class": "code", | 284 "class": "code", |
285 "text": "\"webRequest\"" | 285 "text": "\"webRequest\"" |
286 }, | 286 }, |
287 { | 287 { |
288 "link": "declare_permissions.html#host-permissions", | 288 "link": "declare_permissions#host-permissions", |
289 "text": "host permissions" | 289 "text": "host permissions" |
290 } | 290 } |
291 ] | 291 ] |
292 }, | 292 }, |
293 "webstore": { | 293 "webstore": { |
294 "Learn More": [ | 294 "Learn More": [ |
295 { | 295 { |
296 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst
allation", | 296 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst
allation", |
297 "text": "Using Inline Installation" | 297 "text": "Using Inline Installation" |
298 } | 298 } |
299 ] | 299 ] |
300 }, | 300 }, |
301 "windows": { | 301 "windows": { |
302 "Permissions": [ | 302 "Permissions": [ |
303 { | 303 { |
304 "partial": "intro_tables/windows_permissions.html" | 304 "partial": "intro_tables/windows_permissions.html" |
305 } | 305 } |
306 ] | 306 ] |
307 } | 307 } |
308 } | 308 } |
OLD | NEW |