Document Bluetooth Socket API
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / json / intro_tables.json
blob088bcfe72aec144bef86ece93eb9c795e938afde
2   "alarms": {
3     "Learn More": [
4       {
5         "link": "event_pages.html",
6         "text": "Event Pages"
7       }
8     ]
9   },
10   "app_runtime": {
11     "Learn More": [
12       {
13         "link": "app_lifecycle.html",
14         "text": "Manage App Lifecycle"
15       },
16       {
17         "link": "https://developers.google.com/live/shows/10291095/",
18         "text": "Chrome Office Hours: Introduction to Chrome Apps"
19       }
20     ]
21   },
22   "app_window": {
23     "Learn More": [
24       {
25         "link": "about_apps.html#look",
26         "text": "How they look"
27       },
28       {
29         "link": "app_lifecycle.html",
30         "text": "Manage App Lifecycle"
31       },
32       {
33         "link": "https://developers.google.com/live/shows/9118010/",
34         "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps"
35       }
36     ]
37   },
38   "bluetooth": {
39     "Learn More": [
40       {
41         "link": "app_bluetooth.html",
42         "text": "Bluetooth"
43       }
44     ]
45   },
46   "bluetoothLowEnergy": {
47     "Learn More": [
48       {
49         "link": "app_bluetooth.html",
50         "text": "Bluetooth"
51       }
52     ]
53   },
54   "bluetoothSocket": {
55     "Learn More": [
56       {
57         "link": "app_bluetooth.html",
58         "text": "Bluetooth"
59       }
60     ]
61   },
62   "cookies": {
63     "Permissions": [
64       {
65         "class": "code",
66         "text": "\"cookies\""
67       },
68       {
69         "link": "declare_permissions.html#host-permissions",
70         "text": "host permissions"
71       }
72     ]
73   },
74   "declarativeContent": {
75     "Learn More": [
76       {
77         "link": "events.html",
78         "text": "Declarative Events"
79       },
80       {
81         "link": "activeTab.html",
82         "text": "activeTab"
83       }
84     ]
85   },
86   "declarativeWebRequest": {
87     "Permissions": [
88       {
89         "class": "code",
90         "text": "\"declarativeWebRequest\""
91       },
92       {
93         "link": "declare_permissions.html#host-permissions",
94         "text": "host permissions"
95       }
96     ]
97   },
98   "downloads": {
99     "Permissions": [
100       {
101         "class": "code",
102         "text": "\"downloads\""
103       }
104     ]
105   },
106   "fileSystem": {
107     "Permissions": [
108       {
109         "class": "code",
110         "text": "\"fileSystem\""
111       },
112       {
113         "class": "code",
114         "text": "{\"fileSystem\": [\"write\"]}"
115       },
116       {
117         "class": "code",
118         "text": "{\"fileSystem\": [\"write\", \"retainEntries\", \"directory\"]}"
119       }
120     ],
121     "Learn More": [
122       {
123         "link": "app_storage.html",
124         "text": "Manage Data"
125       },
126       {
127         "link": "angular_framework.html",
128         "text": "Build Apps with AngularJS"
129       },
130       {
131         "link": "https://developers.google.com/live/shows/7320022-1001/",
132         "text": "Chrome Apps Office Hours: TextDrive and AngularJS"
133       }
134     ]
135   },
136   "gcm": {
137     "Learn More": [
138       {
139         "link": "cloudMessagingV2.html",
140         "text": "Google Cloud Messaging"
141       }
142     ]
143   },
144   "identity": {
145     "Learn More": [
146       {
147         "link": "app_identity.html",
148         "text": "Identify User"
149       }
150     ]
151   },
152   "mediaGalleries": {
153     "Permissions": [
154       {
155         "class": "code",
156         "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ...]}"
157       },
158       {
159         "class": "code",
160         "text": "{\"mediaGalleries\": [\"accessType1\", \"accessType2\", ..., \"allAutoDetected\"]}"
161       },
162       {
163         "partial": "intro_tables/see_manifest.html"
164       }
165     ],
166     "Learn More": [
167       {
168         "link": "https://developers.google.com/live/shows/10479832/",
169         "text": "Chrome Office Hours: The Media Galleries API"
170       }
171     ]
172   },
173   "notifications": {
174     "Learn More": [
175       {
176         "link": "https://developers.google.com/live/shows/83992232-1001/",
177         "text": "Chrome Apps Office Hours: Rich Notifications"
178       }
179     ]
180   },
181   "permissions": {
182     "Learn More": [
183       {
184         "link": "declare_permissions.html",
185         "text": "Declaring permissions"
186       }
187     ]
188   },
189   "pushMessaging": {
190     "Learn More": [
191       {
192         "link": "cloudMessaging.html",
193         "text": "Google Cloud Messaging for Chrome"
194       },
195       {
196         "link": "gcm_server.html",
197         "text": "API Reference for GCM service"
198       }
199     ]
200   },
201   "runtime": {
202     "Learn More": [
203       {
204         "link": "app_lifecycle.html",
205         "text": "Manage App Lifecycle"
206       },
207       {
208         "link": "event_pages.html",
209         "text": "Event Pages"
210       }
211     ]
212   },
213   "serial": {
214     "Learn More": [
215       {
216         "link": "app_usb.html",
217         "text": "Accessing Hardware Devices"
218       }
219     ]
220   },
221   "socket": {
222     "Permissions": [
223       {
224         "class": "code",
225         "text": "{\"socket\": [\"rule1\", \"rule2\"]}"
226       },
227       {
228         "partial": "intro_tables/socket_permissions.html"
229       }
230     ],
231     "Learn More": [
232       {
233         "link": "app_network.html",
234         "text": "Network Communications"
235       },
236       {
237         "link": "sencha_framework.html",
238         "text": "Build Apps with Sencha ExtJS"
239       },
240       {
241         "link": "https://developers.google.com/live/shows/7320022-5001/",
242         "text": "Chrome Apps Office Hours: Networking APIs"
243       },
244       {
245         "link": "https://developers.google.com/live/shows/7320022-2001/",
246         "text": "Chrome Apps Office Hours: Controlling an AR ParrotDrone"
247       }
248     ]
249   },
250   "storage": {
251     "Learn More": [
252       {
253         "link": "https://developers.google.com/live/shows/7320022/",
254         "text": "Chrome Apps Office Hours: Chrome Storage APIs"
255       },
256       {
257         "link": "https://developers.google.com/live/shows/7320022-1/",
258         "text": "Chrome Apps Office Hours: Storage API Deep Dive"
259       }
260     ]
261   },
262   "syncFileSystem": {
263     "Learn More": [
264       {
265         "link": "app_storage.html",
266         "text": "Manage Data"
267       },
268       {
269         "link": "https://developers.google.com/live/shows/83992232-2001/",
270         "text": "Chrome Office Hours: Synched File System"
271       }
272     ]
273   },
274   "tabs": {
275     "Permissions": [
276       {
277         "partial": "intro_tables/tabs_permissions.html"
278       }
279     ]
280   },
281   "tts": {
282     "Learn More": [
283       {
284         "link": "https://developers.google.com/live/shows/7320022-7001/",
285         "text": "Chrome Office Hours: Text to Speech API"
286       }
287     ]
288   },
289   "usb": {
290     "Learn More": [
291       {
292         "link": "app_usb.html",
293         "text": "Accessing Hardware Devices"
294       }
295     ]
296   },
297   "webRequest": {
298     "Permissions": [
299       {
300         "class": "code",
301         "text": "\"webRequest\""
302       },
303       {
304         "link": "declare_permissions.html#host-permissions",
305         "text": "host permissions"
306       }
307     ]
308   },
309   "webstore": {
310     "Learn More": [
311       {
312         "link": "https://developers.google.com/chrome/web-store/docs/inline_installation",
313         "text": "Using Inline Installation"
314       }
315     ]
316   },
317   "windows": {
318     "Permissions": [
319       {
320         "partial": "intro_tables/windows_permissions.html"
321       }
322     ]
323   }