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