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

Unified Diff: content/test/data/payments/manifest.json

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: rename and comments Created 3 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: content/test/data/payments/manifest.json
diff --git a/content/test/data/payments/manifest.json b/content/test/data/payments/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f12383d1468a293d8dd633b405b1c507c364bdb4
--- /dev/null
+++ b/content/test/data/payments/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Bob pay web app",
+ "short_name": "bobpay",
+ "icons": [{
+ "src": "images/bobpay.png",
+ "sizes": "32x32",
+ "type": "image/png"
+ }]
+}
« no previous file with comments | « content/public/browser/stored_payment_instrument.h ('k') | content/test/data/payments/payment_app_invocation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698