Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_icon": {
"32": "\/assets\/icons\/icon32.png",
"128": "\/assets\/icons\/icon128.png",
"256": "\/assets\/icons\/icon256.png"
},
"default_popup": "index.html",
"default_title": "__MSG_app_name__"
},
"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\/*"
]
},
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"icons": {
"32": "\/assets\/icons\/icon32.png",
"128": "\/assets\/icons\/icon128.png",
"256": "\/assets\/icons\/icon256.png"
},
"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": "3.3.5",
"version_name": "3.3.5",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*",
"libs\/*.*",
"content.js"
]
}
]
}