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