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": "Custom Animated Cursor for Chrome 2024", "version": "0.1.0", "description": "Your cursor becomes a canvas for creativity, boasting a plethora of animated designs to suit every mood and style.", "permissions": [ "storage", "tabs", "activeTab", "contextMenus", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "assets\/icon.png", "24": "assets\/icon.png", "32": "assets\/icon.png" }, "default_title": "Mouse Recorder & Repeater", "default_popup": "popup.html" }, "manifest_version": 3 }