Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": "icons\/128.png",
"default_popup": "index.html",
"default_title": "Change cursor"
},
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "zh_CN",
"description": "__MSG_app_description__",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"scripting"
],
"version": "1.4.1",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "guang_biao_001"
}