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", "manifest_version": 3, "name": "QuoteSaver: Save and Organize Web Quotes", "version": "1.1.0", "description": "Effortlessly save and organize quotes from your favorite web pages, along with their source links, grouped by month.", "permissions": [ "storage", "contextMenus" ], "action": [], "icons": { "16": "\/favicon.png" }, "background": { "service_worker": "background.js" } }