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",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1",
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_title": "Change cursor",
"default_popup": "index.html",
"default_icon": "icons\/128.png"
}
}