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

Side by Side Diff: chrome/browser/resources/docs_app/manifest.json

Issue 3522015: Implement new strategy for default apps (Closed)
Patch Set: all done Created 10 years, 2 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/docs_app/48.png ('k') | chrome/browser/resources/gmail_app/128.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "key": "XX1fMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfjDZDDE/CHFEYjpPSDjdI3zphzGo7fS xO3+/pQs++FwvA+OpKKhmBga2Sa+f53ujDlPR8Q6mCvy1lXM4M4zD4Hg3lH2LC1wT/YXxJ28afRYW1yE o6/pbpHazij3+FneGMT2xcTyGvgoacJHXOTUqWyCN7qMOCiFDwQ6Uk1zJOPQIDAQAB",
3 "name": "Google Docs",
4 "version": "1",
5 "icons": {
6 "128": "128.png",
7 "24": "24.png",
8 "32": "32.png",
9 "48": "48.png"
10 },
11 "app": {
12 "urls": [
13 "*://www.google.com/docs/",
14 "*://docs.google.com/",
15 "*://docs0.google.com/",
16 "*://docs1.google.com/",
17 "*://docs2.google.com/",
18 "*://docs3.google.com/",
19 "*://docs4.google.com/",
20 "*://docs5.google.com/",
21 "*://docs6.google.com/",
22 "*://docs7.google.com/",
23 "*://docs8.google.com/",
24 "*://docs9.google.com/",
25 "*://spreadsheets.google.com/",
26 "*://spreadsheets0.google.com/",
27 "*://spreadsheets1.google.com/",
28 "*://spreadsheets2.google.com/",
29 "*://spreadsheets3.google.com/",
30 "*://spreadsheets4.google.com/",
31 "*://spreadsheets5.google.com/",
32 "*://spreadsheets6.google.com/",
33 "*://spreadsheets7.google.com/",
34 "*://spreadsheets8.google.com/",
35 "*://spreadsheets9.google.com/"
36 ],
37 "browse_urls": [
38 "https://www.google.com/accounts/"
39 ],
40 "launch": {
41 "web_url": "https://docs.google.com/"
42 }
43 }
44 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/docs_app/48.png ('k') | chrome/browser/resources/gmail_app/128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698