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": "QuickAnimate for Google Slides\u2122", "version": "1.0.2", "description": "Quickly Add Animations to Google Slides\u2122 using Keyboard Shortcuts", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "backgroundScript.js" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/docs.google.com\/presentation\/*" ], "js": [ "contentScript.js" ] } ], "commands": { "default": { "suggested_key": { "default": "Alt+A", "mac": "Alt+A" }, "description": "Default animation" }, "delete_last_animation": { "suggested_key": { "default": "Alt+Shift+D", "mac": "Alt+Shift+D" }, "description": "Delete last animation" }, "delete_selected_animation": { "suggested_key": { "default": "Alt+Shift+R", "mac": "Alt+Shift+R" }, "description": "Delete last animation for selected element" }, "custom1": { "suggested_key": { "default": "Alt+Shift+1", "mac": "Alt+Shift+1" }, "description": "Custom Preset 1" }, "custom2": { "description": "Custom Preset 2" }, "custom3": { "description": "Custom Preset 3" }, "custom4": { "description": "Custom Preset 4" } } }