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.html", |
6 "text": "Event Pages" | 6 "text": "Event Pages" |
7 } | 7 } |
8 ] | 8 ] |
9 }, | 9 }, |
10 "app_runtime": { | 10 "app_runtime": { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
263 ] | 263 ] |
264 }, | 264 }, |
265 "usb": { | 265 "usb": { |
266 "Learn More": [ | 266 "Learn More": [ |
267 { | 267 { |
268 "link": "app_usb.html", | 268 "link": "app_usb.html", |
269 "text": "Accessing Hardware Devices" | 269 "text": "Accessing Hardware Devices" |
270 } | 270 } |
271 ] | 271 ] |
272 }, | 272 }, |
273 "wallpaper": { | |
274 "Permissions": [ | |
275 { | |
276 "class": "code", | |
277 "text": "\"wallpaper\"" | |
278 } | |
279 ] | |
280 }, | |
not at google - send to devlin
2013/11/14 21:55:55
you don't need to change this file; the server can
bshe
2013/11/14 22:47:30
Done.
| |
273 "webRequest": { | 281 "webRequest": { |
274 "Permissions": [ | 282 "Permissions": [ |
275 { | 283 { |
276 "class": "code", | 284 "class": "code", |
277 "text": "\"webRequest\"" | 285 "text": "\"webRequest\"" |
278 }, | 286 }, |
279 { | 287 { |
280 "link": "declare_permissions.html#host-permissions", | 288 "link": "declare_permissions.html#host-permissions", |
281 "text": "host permissions" | 289 "text": "host permissions" |
282 } | 290 } |
283 ] | 291 ] |
284 }, | 292 }, |
285 "webstore": { | 293 "webstore": { |
286 "Learn More": [ | 294 "Learn More": [ |
287 { | 295 { |
288 "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", |
289 "text": "Using Inline Installation" | 297 "text": "Using Inline Installation" |
290 } | 298 } |
291 ] | 299 ] |
292 }, | 300 }, |
293 "windows": { | 301 "windows": { |
294 "Permissions": [ | 302 "Permissions": [ |
295 { | 303 { |
296 "partial": "intro_tables/windows_permissions.html" | 304 "partial": "intro_tables/windows_permissions.html" |
297 } | 305 } |
298 ] | 306 ] |
299 } | 307 } |
300 } | 308 } |
OLD | NEW |