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",
"manifest_version": 3,
"name": "Presenter Cursor",
"description": "Make your cursor impossible to miss and your shortcuts easy to follow.",
"version": "1.9",
"action": {
"default_icon": "images\/19.png",
"default_popup": "popup.html",
"default_title": "Presenter Cursor"
},
"icons": {
"16": "images\/19.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/cs_styles.css",
"css\/font-awesome.min.css",
"libs\/jquery-ui-1.11.4.custom\/jquery-ui.css",
"libs\/jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
"libs\/jquery-ui-1.11.4.custom\/jquery-ui.theme.css"
],
"js": [
"libs\/jquery-1.12.0.min.js",
"libs\/jquery-ui-1.11.4.custom\/jquery-ui.js",
"scripts\/actions.js",
"scripts\/cs_bootstrap.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "bs_main.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"css\/fontawesome-webfont.woff"
],
"matches": [
"<all_urls>"
]
}
]
}