Skip to content

Instantly share code, notes, and snippets.

@barna2019
Last active March 22, 2021 10:40
Show Gist options
  • Save barna2019/f97995303044328aff7879c78fbe0df8 to your computer and use it in GitHub Desktop.
Save barna2019/f97995303044328aff7879c78fbe0df8 to your computer and use it in GitHub Desktop.
{
"name": "HackerWeb",
"short_name": "HackerWeb",
"start_url": "https://www.getkolkatanews.com/.",
"display": "standalone",
"background_color": "#fff",
"theme_color": "red",
"orientation": "portrait-primary",
"lang": "en-US",
"version": "1.1",
"manifest_version": 2,
"offline_enabled": "true",
"description": "A readable Hacker News app.",
"icons": [{
"src": "images/touch/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/touch/homescreen72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/touch/homescreen96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "images/touch/homescreen144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "images/touch/homescreen168.png",
"sizes": "168x168",
"type": "image/png"
}, {
"src": "images/touch/homescreen192.png",
"sizes": "192x192",
"type": "image/png"
}],
"shortcuts": [{
"name": "Bengali food index?",
"short_name": "RecipeList",
"description": "Byanjon Podaboli - Bengali Dining Course",
"url": "https://www.foodcooking-inspiration.in/p/virtual-recipes.html?source=pwa",
"icons": [{
"src": "https://1.bp.blogspot.com/-AIIKxHNvrw0/XmKg6ZyNhJI/AAAAAAACN2g/U-ijPWP87RcCPQC49yhX0uJP0XCm6WIOACLcBGAsYHQ/s1600/sand%2Bclock%2B192.png",
"sizes": "192x192"
}]
},
{
"name": "Contact with us?",
"short_name": "Connect",
"description": "21st century Bengali",
"url": "https://www.foodcooking-inspiration.in/p/prasadam-about-us.html?source=pwa",
"icons": [{
"src": "https://1.bp.blogspot.com/-M4NOiQ4GSNQ/Xw2JY7leHYI/AAAAAAACYVk/gP5Gbcfo8D8vm8qp1jPrs_a5cyaDDlQWQCLcBGAsYHQ/s0/prasadam%2Bp-logo%2B192x192.png",
"sizes": "192x192"
}]
}
],
"permissions": ["activeTab", "declarativeContent", "unlimitedStorage", "notifications"],
"options_page": "options.html",
"background": {
"scripts": ["background.js"],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "https://1.bp.blogspot.com/-iyJu90sTEAY/XrbWj6zw4yI/AAAAAAACTDQ/N28vIjjM6_USMzLfPBevxkdtriNXVJDngCK4BGAsYHg/prasadam%2Bapple-touch%2B32x32.png",
"32": "https://1.bp.blogspot.com/-iyJu90sTEAY/XrbWj6zw4yI/AAAAAAACTDQ/N28vIjjM6_USMzLfPBevxkdtriNXVJDngCK4BGAsYHg/prasadam%2Bapple-touch%2B32x32.png",
"48": "https://1.bp.blogspot.com/-5ntJFyTZolw/Xqde8w_hJXI/AAAAAAACRuY/vM_jByZg9-cshylawGLHxyyABjB-4No7QCK4BGAsYHg/prasadam%2B48.png",
"128": "https://1.bp.blogspot.com/-rldaHp-ZhMo/XrbWkVTNRBI/AAAAAAACTDU/PKJruxEERoIcY_--gFVhw1KddELit_3tQCK4BGAsYHg/prasadam%2Bapple-touch%2B128x128.png"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment