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": "Simple Todo list",
"icons": {
"128": "todoIcon128Full.jpg"
},
"author": "[email protected]",
"description": "A simple todo list with a minimalistic UI that lets you keep track of your pending tasks.",
"action": {
"default_icon": {
"24": "todoIcon24.png",
"48": "todoIcon48.png",
"128": "todoIcon128.png"
},
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"version": "2.1.0"
}