Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Bring the Minecraft world to your browser with unique cursors featuring gems, tools, foods, and more!", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 3, "name": "Minecraft Cursor", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "cur\/*.*" ] } ] }