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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
143 "partial": "intro_tables/see_manifest.html" | 143 "partial": "intro_tables/see_manifest.html" |
144 } | 144 } |
145 ], | 145 ], |
146 "Learn More": [ | 146 "Learn More": [ |
147 { | 147 { |
148 "link": "https://developers.google.com/live/shows/10479832/", | 148 "link": "https://developers.google.com/live/shows/10479832/", |
149 "text": "Chrome Office Hours: The Media Galleries API" | 149 "text": "Chrome Office Hours: The Media Galleries API" |
150 } | 150 } |
151 ] | 151 ] |
152 }, | 152 }, |
153 "location": { | |
154 "Permissions": [ | |
155 { | |
156 "class": "code", | |
157 "text": "\"location\"" | |
158 } | |
not at google - send to devlin
2013/07/27 01:51:49
don't need this anymore
vadimt
2013/07/27 02:08:55
Done.
| |
159 ] | |
160 }, | |
153 "notifications": { | 161 "notifications": { |
154 "Learn More": [ | 162 "Learn More": [ |
155 { | 163 { |
156 "link": "https://developers.google.com/live/shows/83992232-1001/", | 164 "link": "https://developers.google.com/live/shows/83992232-1001/", |
157 "text": "Chrome Apps Office Hours: Rich Notifications" | 165 "text": "Chrome Apps Office Hours: Rich Notifications" |
158 } | 166 } |
159 ] | 167 ] |
160 }, | 168 }, |
161 "pushMessaging": { | 169 "pushMessaging": { |
162 "Learn More": [ | 170 "Learn More": [ |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
281 }, | 289 }, |
282 "webstore": { | 290 "webstore": { |
283 "Learn More": [ | 291 "Learn More": [ |
284 { | 292 { |
285 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst allation", | 293 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst allation", |
286 "text": "Using Inline Installation" | 294 "text": "Using Inline Installation" |
287 } | 295 } |
288 ] | 296 ] |
289 } | 297 } |
290 } | 298 } |
OLD | NEW |