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": "AI Chat & Writing Assistant by Wandpen",
"description": "Simple, distraction-free AI chat & writing assistant to improve your writing, fix grammar, ask questions, brainstorm, and more.",
"version": "0.7.5",
"icons": {
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"contextMenus",
"alarms",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; media-src 'self' data: blob:;"
},
"commands": {
"show-wandpen": {
"suggested_key": {
"default": "Alt+W",
"mac": "Alt+W",
"windows": "Alt+W",
"linux": "Alt+W"
},
"description": "Show the wandpen modal"
}
},
"web_accessible_resources": [
{
"resources": [
"options.html"
],
"matches": [
"https:\/\/wandpen.com\/*"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options.html",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkS6k+8gxFINYW5c7sVZBMDBkKWBYxLtoCI1ohT9yDR8o6njiMVN7ZoFOuSXuoxLn1BSNrqsAem4yyopaSiLmrkCRRU7qeJg0x4NuxdmWOic7ObBfo1QjQWSoUUgXL5vbnGNCFR\/\/DcaaCoKHfTXhO6Lj2oHbv+n3e9lftilUR\/gjG4mV\/BoN9Jv9MBhVhLW0IzdEzawpYTlf2c2UbCL9NF7LAZ3QIzIqvVoM6xHJFqWG+RNOBEtsLiXPZOfmzrR3vHCeb62CvbhAHf9rK09pKKifrWbxR43HSPCHwfFQXyQw\/Qmf8cv3wX0tr\/UYrY8gwLTJnBqNEyQOm6AtPtgJuQIDAQAB",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Wandpen Popup",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"content-scripts\/content.js"
]
}
]
}