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",
"name": "AIPal: When Webpage Meet AI",
"description": "Chat, write, reply, translate, and more on any webpage, powered by cutting-edge AI models such as GPT-3, GPT-4, Claude 3.",
"version": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": "images\/icon-128.png",
"default_title": "Show AIPal"
},
"background": {
"service_worker": "background\/service-worker.js"
},
"side_panel": {
"default_path": "sidepanel\/index.html"
},
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
},
"content_scripts": [
{
"js": [
"injection\/index.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"images\/*",
"locales\/*",
"options\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"management",
"sidePanel",
"contextMenus",
"search",
"storage",
"unlimitedStorage",
"clipboardRead",
"clipboardWrite",
"tabs",
"scripting",
"gcm"
],
"host_permissions": [
"*:\/\/*\/*"
]
}