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",
"manifest_version": 3,
"name": "Classic 2048 Offline Game",
"version": "1.3.0",
"version_name": "1.3.0",
"action": {
"default_icon": {
"24": "img\/icon24.png",
"32": "img\/icon32.png"
},
"default_title": "2048!",
"default_popup": "index.html"
},
"background": {
"service_worker": "update.js"
},
"offline_enabled": true,
"description": "The classic 2048 game offline version on your Google Chrome!",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"options_page": "index.html",
"homepage_url": "https:\/\/2048.w3technic.com"
}