| 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_hardware.html", | 268 "link": "app_hardware.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 "link": "declare_permissions.html#host-permissions", |
| 281 "text": "host permissions" |
| 282 } |
| 283 ] |
| 284 }, |
| 273 "webRequest": { | 285 "webRequest": { |
| 274 "Permissions": [ | 286 "Permissions": [ |
| 275 { | 287 { |
| 276 "class": "code", | 288 "class": "code", |
| 277 "text": "\"webRequest\"" | 289 "text": "\"webRequest\"" |
| 278 }, | 290 }, |
| 279 { | 291 { |
| 280 "link": "declare_permissions.html#host-permissions", | 292 "link": "declare_permissions.html#host-permissions", |
| 281 "text": "host permissions" | 293 "text": "host permissions" |
| 282 } | 294 } |
| 283 ] | 295 ] |
| 284 }, | 296 }, |
| 285 "webstore": { | 297 "webstore": { |
| 286 "Learn More": [ | 298 "Learn More": [ |
| 287 { | 299 { |
| 288 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst
allation", | 300 "link": "https://developers.google.com/chrome/web-store/docs/inline_inst
allation", |
| 289 "text": "Using Inline Installation" | 301 "text": "Using Inline Installation" |
| 290 } | 302 } |
| 291 ] | 303 ] |
| 292 }, | 304 }, |
| 293 "windows": { | 305 "windows": { |
| 294 "Permissions": [ | 306 "Permissions": [ |
| 295 { | 307 { |
| 296 "partial": "intro_tables/windows_permissions.html" | 308 "partial": "intro_tables/windows_permissions.html" |
| 297 } | 309 } |
| 298 ] | 310 ] |
| 299 } | 311 } |
| 300 } | 312 } |
| OLD | NEW |