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

Unified Diff: chrome/test/data/extensions/platform_apps/oauth2/manifest.json

Issue 10701041: implement sign in dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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: chrome/test/data/extensions/platform_apps/oauth2/manifest.json
===================================================================
--- chrome/test/data/extensions/platform_apps/oauth2/manifest.json (revision 0)
+++ chrome/test/data/extensions/platform_apps/oauth2/manifest.json (revision 0)
@@ -0,0 +1,13 @@
+{
+ "name": "Platform App Test: OAuth2 platform app",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": [
+ "appWindow"
+ ],
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}
« no previous file with comments | « chrome/browser/extensions/extension_function_test_utils.cc ('k') | chrome/test/data/extensions/platform_apps/oauth2/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698