# NOT RUN {
create_manifest(
path = tempdir(),
name = "My App",
shortName = "My App",
description = "What it does!",
lang = "en-US",
startUrl = "https://www.google.com/",
display = "standalone",
icons = data.frame(
src = rep("icons/128x128.png", 10),
sizes = rep("128x128", 10),
types = rep("image/png", 10)
)
)
# }
Run the code above in your browser using DataLab