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

Unified Diff: resources/gmail_app/manifest.json

Issue 2824040: Updating the Chrome reference build to revision 51178. This revision will cur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Created 10 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
« no previous file with comments | « resources/gmail_app/48.png ('k') | resources/inspector/Images/auditsIcon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: resources/gmail_app/manifest.json
===================================================================
--- resources/gmail_app/manifest.json (revision 0)
+++ resources/gmail_app/manifest.json (revision 0)
@@ -0,0 +1,25 @@
+{
+ "key": "XX2fMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfjDZDDE/CHFEYjpPSDjdI3zphzGo7fSxO3+/pQs++FwvA+OpKKhmBga2Sa+f53ujDlPR8Q6mCvy1lXM4M4zD4Hg3lH2LC1wT/YXxJ28afRYW1yEo6/pbpHazij3+FneGMT2xcTyGvgoacJHXOTUqWyCN7qMOCiFDwQ6Uk1zJOPQIDAQAB",
+ "name": "Google Mail",
+ "version": "1",
+ "icons": {
+ "128": "128.png",
+ "24": "24.png",
+ "32": "32.png",
+ "48": "48.png"
+ },
+ "permissions": [ "notifications" ],
+ "app": {
+ "urls": [
+ "http://mail.google.com/mail/",
+ "https://mail.google.com/mail/",
+ "http://gmail.com/",
+ "https://gmail.com/",
+ "http://www.gmail.com/",
+ "https://www.gmail.com/"
+ ],
+ "launch": {
+ "web_url": "https://mail.google.com/mail/"
+ }
+ }
+}
« no previous file with comments | « resources/gmail_app/48.png ('k') | resources/inspector/Images/auditsIcon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698