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": "Kerning Click",
"version": "0.1.0",
"description": "AI-powered writing assistant. Right-click to summarize, rewrite, and improve text with OpenAI or Anthropic. Your keys stay private.",
"author": "Kerning AI",
"homepage_url": "https:\/\/www.kerning.ai",
"permissions": [
"contextMenus",
"scripting",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/api.openai.com\/*",
"https:\/\/api.anthropic.com\/*"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png",
"128": "128x128.png"
},
"action": {
"default_icon": {
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png",
"128": "128x128.png"
},
"default_title": "Kerning Click"
},
"web_accessible_resources": [
{
"resources": [
"128x128.png"
],
"matches": [
"<all_urls>"
]
}
]
}