Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": {
"32": "\/assets\/images\/icons\/Icon-32.png",
"48": "\/assets\/images\/icons\/Icon-48.png",
"128": "\/assets\/images\/icons\/Icon-128.png"
},
"default_popup": "index.html",
"default_title": "Custom Cursor World"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
},
"default_locale": "en",
"description": "__MSG_app_description__",
"externally_connectable": {
"matches": [
"*:\/\/*.custom-cursor.world\/*"
]
},
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"icons": {
"32": "\/assets\/images\/icons\/Icon-32.png",
"48": "\/assets\/images\/icons\/Icon-48.png",
"64": "\/assets\/images\/icons\/Icon-64.png",
"128": "\/assets\/images\/icons\/Icon-128.png",
"256": "\/assets\/images\/icons\/Icon-256.png",
"512": "\/assets\/images\/icons\/Icon-512.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv\/zs2XHAGf7Xye\/SidrKuRvB8t5DJ+wwxBne00xDaQYLGx9vjPaoL39pWULaked1vWcMunYPLq5zTA\/PNz\/zZ+1kdaM\/zzTIdDROxgsf1PJFyt9MY24bRH\/a0TYR28CXiB6iOl11vkVjEOudpjlNBwYCuBCMD+lblrHM0zsq0kjBfR+paa\/+oxN4awxP0BrrEB06fvfVzRC5VI99npPjvzxLuiVStlNBEM5L\/cd+PYtE8afXKGtmojMNpsD\/YLOzKnHGxY8fz2eepNkaWJ8+P7ZtkeuLpkl5Tc95N4bnnFqci3EHUFIZLTsf0L1NA0bj4o0XM8Tsggzft2kgmwvMkQIDAQAB",
"manifest_version": 3,
"name": "__MSG_app_name__",
"options_page": "index.html",
"permissions": [
"scripting",
"storage",
"unlimitedStorage",
"notifications",
"alarms"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.1",
"version_name": "2.0.1",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*",
"libs\/*.*",
"content.js"
]
}
]
}