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": "ProKeys",
"description": "Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more.",
"version": "4.0.2",
"author": "Aquila Softworks",
"action": {
"default_icon": "imgs\/r16.png"
},
"minimum_chrome_version": "120",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"js\/detector.js"
],
"css": [
"css\/blockSiteModal.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
],
"permissions": [
"tabs",
"storage",
"contextMenus",
"clipboardRead",
"offscreen",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"omnibox": {
"keyword": "pk"
},
"sandbox": {
"pages": [
"html\/sandbox.html"
]
},
"icons": {
"16": "imgs\/r16.png",
"48": "imgs\/r48.png",
"128": "imgs\/r128.png"
},
"options_page": "html\/options.html",
"options_ui": {
"page": "html\/options.html",
"open_in_tab": true
},
"offline_enabled": true
}