Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "2048 Game",
"short_name": "2048",
"version": "0.2.0",
"description": "Play 2048 game offline in a popup anytime you want!",
"icons": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"action": {
"default_icon": "images\/logo.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"offline_enabled": true,
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js"
}
}