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": "Wordvice AI Writing Assistant: Grammar Checker, Translator, Paraphraser",
"version": "1.0.4",
"description": "Unlock real-time proofreading, accurate translations, and smart paraphrasing suggestions, all within one powerful Google extension.",
"permissions": [
"activeTab",
"storage",
"tabs",
"contextMenus",
"scripting",
"cookies"
],
"host_permissions": [
"<all_urls>",
"https:\/\/docs.google.com\/*",
"https:\/\/sheets.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>",
"https:\/\/docs.google.com\/*",
"https:\/\/sheets.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"popup.css",
"content-script.fonts.css"
],
"world": "ISOLATED"
}
],
"web_accessible_resources": [
{
"resources": [
"popup.css",
"content-script.fonts.css",
"popup.fonts.css",
"fonts\/PretendardBlack.woff2",
"fonts\/PretendardExtraBold.woff2",
"fonts\/PretendardBold.woff2",
"fonts\/PretendardSemiBold.woff2",
"fonts\/PretendardMedium.woff2",
"fonts\/PretendardRegular.woff2",
"fonts\/PretendardLight.woff2",
"fonts\/PretendardExtraLight.woff2",
"fonts\/PretendardThin.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/w16.png",
"48": "icons\/w20.png",
"128": "icons\/w36.png"
}
},
"icons": {
"16": "icons\/w16.png",
"48": "icons\/w20.png",
"128": "icons\/w36.png"
},
"commands": {
"wordvice-proofread": {
"suggested_key": {
"default": "Alt+Shift+1"
},
"description": "Activate Proofread"
},
"wordvice-translate": {
"suggested_key": {
"default": "Alt+Shift+2"
},
"description": "Activate Translate"
},
"wordvice-paraphrase": {
"suggested_key": {
"default": "Alt+Shift+3"
},
"description": "Activate Paraphrase"
}
}
}