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": "Glowing Cursor Mouse - Neon Magic Cursor - Pet Dog",
"version": "1.1.0",
"description": "Beautiful animated neon cursor with sparkling trails and customizable effects",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_title": "Neon Cursor Settings"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js",
"dog.js"
],
"css": [
"cursor.css",
"dog.css"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"dog-sprites\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}