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

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

Issue 1915243003: API Bindings for GATT server functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adapter_and_tests
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "App Extension API Stubs Test", 2 "name": "App Extension API Stubs Test",
3 "version": "1.0", 3 "version": "1.0",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "app": { 5 "app": {
6 "background": { 6 "background": {
7 "scripts": ["background.js"] 7 "scripts": ["background.js"]
8 } 8 }
9 }, 9 },
10 "permissions": [ 10 "permissions": [
(...skipping 19 matching lines...) Expand all
30 "power", 30 "power",
31 "serial", 31 "serial",
32 "signedInDevices", 32 "signedInDevices",
33 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, 33 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]},
34 "storage", 34 "storage",
35 "tts", 35 "tts",
36 "unlimitedStorage", 36 "unlimitedStorage",
37 "usb", 37 "usb",
38 "videoCapture" 38 "videoCapture"
39 ], 39 ],
40 "bluetooth": {},
41 "commands": {}, 40 "commands": {},
42 "sockets": {} 41 "sockets": {}
43 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698