Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "32.png"
},
"background": {
"service_worker": "background.js"
},
"description": "Classic Snake game for chrome",
"icons": {
"16": "32.png",
"48": "64.png",
"128": "128.png"
},
"manifest_version": 3,
"name": "Classic Snake Game",
"options_page": "option.html",
"version": "1.2.1"
}