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": "Minesweeper",
"version": "2.0.1",
"manifest_version": 3,
"icons": {
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
},
"action": {
"default_popup": "src\/popup.html"
},
"background": {
"service_worker": "src\/background.js"
},
"permissions": [
"storage"
]
}