Skip to content

Instantly share code, notes, and snippets.

@barna2019
Last active March 22, 2021 05:37
Show Gist options
  • Save barna2019/1932d8817f3d7a4c06b54ec92ad5b45c to your computer and use it in GitHub Desktop.
Save barna2019/1932d8817f3d7a4c06b54ec92ad5b45c to your computer and use it in GitHub Desktop.
{
"name": "Lyrical Lyghtning",
"short_name": "LyLy",
"description": "All amp pwa code",
"start_url": "https://prasadam-code.blogspot.com/",
"background_color": "#005f99",
"theme_color": "#009987",
"display": "standalone",
"orientation": "portrait-primary",
"lang": "en-US",
"version": "0.0.0.1",
"manifest_version": 2,
"offline_enabled": "true",
"categories": ["books", "food", "lifestyle", "travel", "health"],
"icons": [
{
"src": "https://1.bp.blogspot.com/-tQjZXCDIn-w/YFYOHixrpCI/AAAAAAACj7M/PNPD3s9fhu8ljyP3k4dckOUmjfW1mxJ_QCLcBGAsYHQ/s0/amplogo192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "https://1.bp.blogspot.com/-ro89ZnClEuk/YFYOHiwTunI/AAAAAAACj7Q/zVnndhb9dEggp441YR0-0VeiP_T_XM6cQCLcBGAsYHQ/s0/amplogo512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
},
"app", {
"urls": [
"https://prasadam-code.blogspot.com/"
],
"launch": {
"web_url": "https://prasadam-code.blogspot.com/"
}
}
],
"shortcuts": [
{
"name": "Lyrical Lyghtning",
"short_name": "LyLy",
"description": "All amp pwa code",
"url": "https://prasadam-code.blogspot.com/?source=pwa",
"icons": [{ "src": "https://1.bp.blogspot.com/-tQjZXCDIn-w/YFYOHixrpCI/AAAAAAACj7M/PNPD3s9fhu8ljyP3k4dckOUmjfW1mxJ_QCLcBGAsYHQ/s0/amplogo192.png", "sizes": "192x192" }]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment