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",
"description": "140+ Minecraft cursors! Includes mobs, tools, anime, and superheroes\u2014fully customizable fun!",
"name": "Minecraft Cursor \u2605 Custom Cursor for Chrome\u2122",
"background": {
"service_worker": "cursorbackground.js"
},
"action": {
"default_popup": "cursorpopup.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"cursorcontent.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"manifest_version": 3,
"permissions": [
"storage"
],
"version": "1.03.01",
"web_accessible_resources": [
{
"resources": [
"cur\/*.*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}