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

Side by Side Diff: chrome/test/data/banners/manifest_different_start_url.json

Issue 2677853002: [Webapps]: Clear AppBannerManager::page_requested_prompt_ at start of banner flow (Closed)
Patch Set: Merge branch 'master' into install_banner2 Created 3 years, 10 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/test/data/banners/cancel_test_page.html ('k') | no next file » | 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 "name": "Manifest test app",
3 "icons": [
4 {
5 "src": "launcher-icon-1x.png",
6 "sizes": "48x48",
7 "type": "image/png"
8 },
9 {
10 "src": "launcher-icon-1-5x.png",
11 "sizes": "72x72",
12 "type": "image/png"
13 },
14 {
15 "src": "launcher-icon-2x.png",
16 "sizes": "96x96",
17 "type": "image/png",
18 "purpose": "any badge"
19 },
20 {
21 "src": "launcher-icon-3x.png",
22 "sizes": "144x144",
23 "type": "image/png"
24 },
25 {
26 "src": "launcher-icon-4x.png",
27 "sizes": "192x192",
28 "type": "image/png"
29 },
30 {
31 "src": "image-512px.png",
32 "sizes": "512x512",
33 "type": "image/png"
34 }
35 ],
36 "start_url": "manifest_different_start_url_test_page.html",
37 "display": "standalone",
38 "orientation": "landscape"
39 }
OLDNEW
« no previous file with comments | « chrome/test/data/banners/cancel_test_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698