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": "Super Cursor - Custom Mouse Pointer",
"short_name": "Super Cursor",
"version": "1.0.1",
"description": "Bi\u1ebfn con tr\u1ecf chu\u1ed9t c\u1ee7a b\u1ea1n th\u00e0nh phong c\u00e1ch ri\u00eang v\u1edbi b\u1ed9 s\u01b0u t\u1eadp \u0111\u1ed9c \u0111\u00e1o, hi\u1ec7u \u1ee9ng click ripple s\u1ed1ng \u0111\u1ed9ng.",
"author": "Antigravity",
"offline_enabled": true,
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Image\/cursor\/arrow_classic.png",
"32": "Image\/cursor\/arrow_classic.png",
"48": "Image\/cursor\/arrow_classic.png",
"128": "Image\/cursor\/arrow_classic.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"Image\/cursor\/*.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"16": "Image\/cursor\/arrow_classic.png",
"32": "Image\/cursor\/arrow_classic.png",
"48": "Image\/cursor\/arrow_classic.png",
"128": "Image\/cursor\/arrow_classic.png"
}
}