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

Unified Diff: chrome/browser/resources/chrome_app/manifest.json

Issue 10652003: chromeos: Make Chrome app a real app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no context menu for chrome app Created 8 years, 6 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/chrome_app/manifest.json
diff --git a/chrome/browser/resources/chrome_app/manifest.json b/chrome/browser/resources/chrome_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c4cb67890c2e16660e129391be51ac608022bd97
--- /dev/null
+++ b/chrome/browser/resources/chrome_app/manifest.json
@@ -0,0 +1,11 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNuYLEQ1QPMcc5HfWI/9jiEf6FdJWqEtgRmIeI7qtjPLBM5oje+Ny2E2mTAhou5qdJiO2CHWdU1DQXY2F7Zu2gZaKZgHLfK4WimHxUT5Xd9/aro/R9PCzjguM1BLusiWYc9xlj1IsZpyiN1hcjU7SCnBhv1feQlv2WSB5KRiXwhQIDAQAB",
asargent_no_longer_on_chrome 2012/06/21 22:45:08 Looks like you just copied this value from the web
xiyuan 2012/06/21 23:19:44 Actually, this is a different key from webstore. :
asargent_no_longer_on_chrome 2012/06/22 23:25:38 The last 7 characters too! That defeated my typica
+ "name": "Chrome",
+ "version": "0.1",
+ "description": "Chrome as an app",
+ "app": {
+ "launch": {
+ "web_url": "http://www.google.com/chrome"
asargent_no_longer_on_chrome 2012/06/21 22:45:08 Instead of http://www.google.com/chrome, can we ma
xiyuan 2012/06/21 23:19:44 Done.
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698