Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: chrome/common/extensions/docs/templates/json/intro_tables.json

Issue 19936002: Extension docs: Cleanup after there's only one version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698