| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "title": "Getting Started", | 3 "title": "Getting Started", |
| 4 "items": [ | 4 "items": [ |
| 5 { | 5 { |
| 6 "title": "What Are Packaged Apps?", | 6 "title": "What Are Packaged Apps?", |
| 7 "href": "/apps/about_apps.html" | 7 "href": "/apps/about_apps.html" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "title": "Understand the Architecture", | 10 "title": "Understand the Architecture", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 { | 90 { |
| 91 "title": "Security & Privacy", | 91 "title": "Security & Privacy", |
| 92 "toggleable": true, | 92 "toggleable": true, |
| 93 "items": [ | 93 "items": [ |
| 94 { | 94 { |
| 95 "title": "Identify User", | 95 "title": "Identify User", |
| 96 "href": "/apps/app_identity.html" | 96 "href": "/apps/app_identity.html" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "title": "Comply with CSP", | 99 "title": "Comply with CSP", |
| 100 "href": "/apps/app_csp.html" | 100 "href": "/apps/contentSecurityPolicy.html" |
| 101 } | 101 } |
| 102 ] | 102 ] |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "title": "Notifications", | 105 "title": "Notifications", |
| 106 "toggleable": true, | 106 "toggleable": true, |
| 107 "items": [ | 107 "items": [ |
| 108 { | 108 { |
| 109 "title": "Cloud Messaging", | 109 "title": "Cloud Messaging", |
| 110 "toggleable": true, | 110 "toggleable": true, |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "title": "FAQ", | 217 "title": "FAQ", |
| 218 "href": "/apps/faq.html" | 218 "href": "/apps/faq.html" |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 "title": "Samples", | 221 "title": "Samples", |
| 222 "href": "/apps/samples.html" | 222 "href": "/apps/samples.html" |
| 223 } | 223 } |
| 224 ] | 224 ] |
| 225 } | 225 } |
| 226 ] | 226 ] |
| OLD | NEW |