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

Unified Diff: chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json

Issue 22001002: Use the connectivity diagnostics launcher so that it can open as an App (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line length Created 7 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/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json
diff --git a/chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json b/chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6dd5276c36b4c7e253e52efd87b5f59fc0ba6275
--- /dev/null
+++ b/chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json
@@ -0,0 +1,11 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOg+/GcwTYomV06ymtKpD08+M7qjbINqbvPUT/+RFdGm30vVIWivqIrFuiXr+h8d77yTUHcpkRa4LEMulsG2Q44SWfWhBZOVnohsu/OUdHKZ+nw82Q0G+4jjkVOz3/AvUBCBwBaL90Jn05hockJriLAvNUWKLheirw58BVzF9z9wIDAQAB",
+ "manifest_version": 2,
+ "name": "NCDLauncher",
+ "version": "1",
+ "minimum_chrome_version": "27",
+ "offline_enabled": true,
+ "incognito": "split",
+ "web_accessible_resources": ["index.html"]
+}
+

Powered by Google App Engine
This is Rietveld 408576698