Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_desc__",
"version": "1.0.1",
"manifest_version": 3,
"name": "__MSG_name__",
"default_locale": "en",
"background": {
"service_worker": "background.bundle.js"
},
"icons": {
"128": "assets\/img\/icon-128.png"
},
"action": {
"default_icon": {
"128": "assets\/img\/icon-128.png"
},
"default_popup": ""
},
"permissions": [
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.cute-cursors.com\/*",
"*:\/\/*.staging.cute-cursors.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"assets\/css\/content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
}