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

Side by Side Diff: chrome/test/ext_auto/auto_provider/manifest.json

Issue 145663004: Replace "bluetooth" permission with manifest property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused function. Created 6 years, 10 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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB",
3 "name": "Test Automation Provider Extension", 3 "name": "Test Automation Provider Extension",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Test Automation Provider Extension", 6 "description": "Test Automation Provider Extension",
7 "default_locale": "en", 7 "default_locale": "en",
8 "background": { 8 "background": {
9 "scripts": ["connection_handler.js", "server.js", "background.js"] 9 "scripts": ["connection_handler.js", "server.js", "background.js"]
10 }, 10 },
11 "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self ' 'unsafe-eval';", 11 "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self ' 'unsafe-eval';",
12 "permissions": [ 12 "permissions": [
13 "activeTab", 13 "activeTab",
14 "alarms", 14 "alarms",
15 "audioCapture", 15 "audioCapture",
16 "autotestPrivate", 16 "autotestPrivate",
17 "background", 17 "background",
18 "bluetooth",
19 "bookmarkManagerPrivate", 18 "bookmarkManagerPrivate",
20 "bookmarks", 19 "bookmarks",
21 "browsingData", 20 "browsingData",
22 "chromePrivate", 21 "chromePrivate",
23 "chromeosInfoPrivate", 22 "chromeosInfoPrivate",
24 "clipboardRead", 23 "clipboardRead",
25 "clipboardWrite", 24 "clipboardWrite",
26 "cloudPrintPrivate", 25 "cloudPrintPrivate",
27 "contentSettings", 26 "contentSettings",
28 "contextMenus", 27 "contextMenus",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "ttsEngine", 70 "ttsEngine",
72 "unlimitedStorage", 71 "unlimitedStorage",
73 "usb", 72 "usb",
74 "videoCapture", 73 "videoCapture",
75 "wallpaperPrivate", 74 "wallpaperPrivate",
76 "webNavigation", 75 "webNavigation",
77 "webstorePrivate", 76 "webstorePrivate",
78 "webRequest", 77 "webRequest",
79 "webRequestBlocking", 78 "webRequestBlocking",
80 "webview" 79 "webview"
81 ] 80 ],
81 "bluetooth": {}
82 } 82 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698