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

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

Issue 327363002: Remove adview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More files deleted! Created 6 years, 6 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": [
11 "adview",
12 "alarms", 11 "alarms",
13 "audio", 12 "audio",
14 "audioCapture", 13 "audioCapture",
15 "clipboardRead", 14 "clipboardRead",
16 "clipboardWrite", 15 "clipboardWrite",
17 "contextMenus", 16 "contextMenus",
18 "desktopCapture", 17 "desktopCapture",
19 "fileBrowserHandler", 18 "fileBrowserHandler",
20 "fileSystem", 19 "fileSystem",
21 "gcm", 20 "gcm",
(...skipping 14 matching lines...) Expand all
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