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

Unified Diff: trunk/src/chrome/test/data/extensions/api_test/stubs_app/manifest.json

Issue 274803005: Tentatively revert 268949 "Add browser_test for extension app API with missi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/test/data/extensions/api_test/stubs_app/manifest.json
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/stubs_app/manifest.json (revision 269045)
+++ trunk/src/chrome/test/data/extensions/api_test/stubs_app/manifest.json (working copy)
@@ -1,45 +0,0 @@
-{
- "name": "App Extension API Stubs Test",
- "version": "1.0",
- "manifest_version": 2,
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "adview",
- "alarms",
- "audio",
- "audioCapture",
- "clipboardRead",
- "clipboardWrite",
- "contextMenus",
- "desktopCapture",
- "fileBrowserHandler",
- {"fileSystem": ["write"]},
- "gcm",
- "geolocation",
- "hid",
- "identity",
- "idle",
- "location",
- {"mediaGalleries": ["read", "allAutoDetected"]},
- "nativeMessaging",
- "notifications",
- "pointerLock",
- "power",
- "pushMessaging",
- "serial",
- "signedInDevices",
- {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]},
- "storage",
- "tts",
- "unlimitedStorage",
- "usb",
- "videoCapture"
- ],
- "bluetooth": {},
- "commands": {},
- "sockets": {}
-}

Powered by Google App Engine
This is Rietveld 408576698