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": "Retro Notes", "description": "Make a note of what went well, what didn't go well and some additional notes for your next retrospective meeting.", "version": "1.0.4", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/ClydeDz\/retro-notes-chrome-extension", "action": { "default_popup": "index.html", "default_title": "Open Retro Notes" }, "icons": { "16": "RnIcon16.png", "48": "RnIcon48.png", "128": "RnIcon128.png" }, "permissions": [ "storage" ] }