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",
"$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
"name": "Snake",
"short_name": "Snake",
"version": "2.2.34",
"description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
"icons": {
"16": "images\/head.png",
"48": "images\/head.png",
"128": "images\/head.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "images\/head.png",
"24": "images\/head.png",
"32": "images\/head.png",
"48": "images\/head.png",
"128": "images\/head.png"
},
"default_popup": "index.html"
},
"offline_enabled": true,
"manifest_version": 3
}