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",
"manifest_version": 3,
"name": "Text Spotlight",
"version": "3.5",
"description": "Put text front and center or share it instantly.",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"action": {
"default_icon": "images\/16.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"jquery-ui-1.11.4.custom\/jquery-ui.css",
"jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
"jquery-ui-1.11.4.custom\/jquery-ui.theme.css",
"style.css"
],
"js": [
"jquery.js",
"jquery-ui-1.11.4.custom\/jquery-ui.js",
"keypress-2.1.0.min.js",
"lodash.js",
"qrcode.js",
"script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/edurls.org\/*"
],
"web_accessible_resources": [
{
"resources": [
"style.css",
"jquery-ui-1.11.4.custom\/jquery-ui.css",
"jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
"jquery-ui-1.11.4.custom\/jquery-ui.theme.css",
"jquery-ui-1.11.4.custom\/images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}