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

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

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates to documentation per kalman's comments Created 5 years, 9 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 11 matching lines...) Expand all
22 "hid", 22 "hid",
23 "identity", 23 "identity",
24 "identity.email", 24 "identity.email",
25 "idle", 25 "idle",
26 "location", 26 "location",
27 {"mediaGalleries": ["read", "allAutoDetected"]}, 27 {"mediaGalleries": ["read", "allAutoDetected"]},
28 "nativeMessaging", 28 "nativeMessaging",
29 "notifications", 29 "notifications",
30 "pointerLock", 30 "pointerLock",
31 "power", 31 "power",
32 "pushMessaging",
33 "serial", 32 "serial",
34 "signedInDevices", 33 "signedInDevices",
35 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, 34 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]},
36 "storage", 35 "storage",
37 "tts", 36 "tts",
38 "unlimitedStorage", 37 "unlimitedStorage",
39 "usb", 38 "usb",
40 "videoCapture" 39 "videoCapture"
41 ], 40 ],
42 "bluetooth": {}, 41 "bluetooth": {},
43 "commands": {}, 42 "commands": {},
44 "sockets": {} 43 "sockets": {}
45 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698