Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
components
/
test
/
data
/
payments
/
kyle.example.test
/
app.json
blob: 8705f097d14f2b061437c45001bafc2d9aa7b894 [
file
] [
log
] [
blame
]
{
"name"
:
"Pay with Kyle.Example"
,
"short_name"
:
"Kyle.Example"
,
"icons"
:
[{
"src"
:
"icon.png"
,
"sizes"
:
"48x48"
,
"type"
:
"image/png"
}],
"serviceworker"
:
{
"src"
:
"https://harry.example.test/app.js"
,
"use_cache"
:
false
,
"scope"
:
"/webpay"
}
}