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", "name": "DynamoDB Auto Delete", "manifest_version": 3, "version": "1.0.1", "description": "DynamoDB Record Remover - designed to automate the deletion of records from DynamoDB tables, page by page.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.console.aws.amazon.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/icon.png" }, "icons": { "128": "icons\/icon.png" } }