OLD | NEW |
1 { | 1 { |
2 // TODO(epeterson) Generate permissions information dynamically. | 2 // TODO(epeterson) Generate permissions information dynamically. |
3 "alarms": { | 3 "alarms": { |
4 "Learn More": [ | 4 "Learn More": [ |
5 { | 5 { |
6 "link": "event_pages.html", | 6 "link": "event_pages.html", |
7 "text": "Event Pages" | 7 "text": "Event Pages" |
8 } | 8 } |
9 ], | 9 ], |
10 "Permissions": [ | 10 "Permissions": [ |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 "Permissions": [ | 388 "Permissions": [ |
389 { | 389 { |
390 "class": "code", | 390 "class": "code", |
391 "text": "\"storage\"" | 391 "text": "\"storage\"" |
392 } | 392 } |
393 ] | 393 ] |
394 }, | 394 }, |
395 "syncFileSystem": { | 395 "syncFileSystem": { |
396 "Learn More": [ | 396 "Learn More": [ |
397 { | 397 { |
398 "link": "http://developer.chrome.com/trunk/apps/app_storage.html", | 398 "link": "app_storage.html", |
399 "text": "Manage Data" | 399 "text": "Manage Data" |
400 }, | 400 }, |
401 { | 401 { |
402 "link": "https://developers.google.com/live/shows/83992232-2001/", | 402 "link": "https://developers.google.com/live/shows/83992232-2001/", |
403 "text": "Chrome Office Hours: Synched File System" | 403 "text": "Chrome Office Hours: Synched File System" |
404 } | 404 } |
405 ], | 405 ], |
406 "Permissions": [ | 406 "Permissions": [ |
407 { | 407 { |
408 "class": "code", | 408 "class": "code", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 }, | 500 }, |
501 "windows": { | 501 "windows": { |
502 "Permissions": [ | 502 "Permissions": [ |
503 { | 503 { |
504 "class": "code", | 504 "class": "code", |
505 "text": "\"tabs\"" | 505 "text": "\"tabs\"" |
506 } | 506 } |
507 ] | 507 ] |
508 } | 508 } |
509 } | 509 } |
OLD | NEW |