# 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",
background_color = "#3367D6",
theme_color = "#3367D6",
icon = data.frame(
src = "icons/128x128.png",
sizes = "128x128", 10,
types = "image/png"
)
)
# }
Run the code above in your browser using DataLab