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

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

Issue 49333004: Make app APIs implicit within _api_features.json not _permission_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete component extension granting Created 7 years, 1 month 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
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 "app.runtime",
16 "app.window",
17 "audioCapture", 15 "audioCapture",
18 "autotestPrivate", 16 "autotestPrivate",
19 "background", 17 "background",
20 "bluetooth", 18 "bluetooth",
21 "bookmarkManagerPrivate", 19 "bookmarkManagerPrivate",
22 "bookmarks", 20 "bookmarks",
23 "browsingData", 21 "browsingData",
24 "chromePrivate", 22 "chromePrivate",
25 "chromeosInfoPrivate", 23 "chromeosInfoPrivate",
26 "clipboardRead", 24 "clipboardRead",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "usb", 73 "usb",
76 "videoCapture", 74 "videoCapture",
77 "wallpaperPrivate", 75 "wallpaperPrivate",
78 "webNavigation", 76 "webNavigation",
79 "webstorePrivate", 77 "webstorePrivate",
80 "webRequest", 78 "webRequest",
81 "webRequestBlocking", 79 "webRequestBlocking",
82 "webview" 80 "webview"
83 ] 81 ]
84 } 82 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/platform_apps/messaging/app2/manifest.json ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698