Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": {
"32": "assets\/icons\/icon_32x32.png",
"128": "assets\/icons\/icon_128x128.png",
"256": "assets\/icons\/icon_256x256.png"
},
"default_popup": "index.html",
"default_title": "Custom Cursor App"
},
"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.com\/*",
"*:\/\/*.custom-cursor-helper.com\/*",
"*:\/\/*.cursor-helper.com\/*",
"*:\/\/*.custom-cursors.com\/*"
]
},
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"icons": {
"32": "assets\/icons\/icon_32x32.png",
"128": "assets\/icons\/icon_128x128.png",
"256": "assets\/icons\/icon_256x256.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8DmwqsPLT9GkO2apiHx6fG5jWFYzGS5TgVsokZoVtMZ7J5PqN8mkaACpPj1D14ZkrRPJ85HjKSSlAW0Ub5\/D6g+nh7DrVa+bD8ovkLRU4C6\/A05lanKJjFRSii\/oEDYw1gj26+keO\/fqRyY4058+rJjqxc2tsHwpUzrdJqGTti5\/0GpWx9nj7hzUlGj5L0dnwync6b5m8Tt+bUTS6Os368aklB+9wgo+e3Soo+PUfTVlPz2U0f6bevQw0YyuXwWSWoCeJbD\/CZmk7TP6G5Kbpi+Xm1TxNWOp\/ptbAb7lrMvGSwS0nVeiNQhuhAGrVrh4Bk8EdOksXCLPmzXMuYKHnQIDAQAB",
"manifest_version": 3,
"name": "__MSG_app_name__",
"options_page": "options.html",
"permissions": [
"scripting",
"storage",
"unlimitedStorage",
"notifications",
"alarms"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.0",
"version_name": "2.0.0",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*",
"libs\/*.*",
"content.js"
]
}
]
}