Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Side by Side Diff: chrome/test/data/extensions/api_test/stubs_app/manifest.json

Issue 264923009: Add browser_test for extension app API with missing schema (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, automation permission Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "App Extension API Stubs Test",
3 "version": "1.0",
4 "manifest_version": 2,
5 "app": {
6 "background": {
7 "scripts": ["background.js"]
8 }
9 },
10 "permissions": [
11 "adview",
12 "alarms",
13 "audio",
14 "audioCapture",
15 "clipboardRead",
16 "clipboardWrite",
17 "contextMenus",
18 "desktopCapture",
19 "fileBrowserHandler",
20 {"fileSystem": ["write"]},
21 "gcm",
22 "geolocation",
23 "hid",
24 "identity",
25 "idle",
26 "location",
27 {"mediaGalleries": ["read", "allAutoDetected"]},
28 "nativeMessaging",
29 "notifications",
30 "pointerLock",
31 "power",
32 "pushMessaging",
33 "serial",
34 "signedInDevices",
35 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]},
36 "storage",
37 "tts",
38 "unlimitedStorage",
39 "usb",
40 "videoCapture"
41 ],
42 "bluetooth": {},
43 "commands": {},
44 "sockets": {}
45 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/stubs_app/background.js ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698