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": "Website Grammar Checking Tool",
"description": "Enhance your website with real-time grammar checks and AI-powered content suggestions for improved clarity, tone, and engagement.",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "\/popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "\/common\/images\/grammar-plugin-logo.png",
"32": "\/common\/images\/grammar-plugin-logo.png",
"48": "\/common\/images\/grammar-plugin-logo.png",
"128": "\/common\/images\/grammar-plugin-logo.png"
},
"web_accessible_resources": [
{
"resources": [
"\/common\/icons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"\/common\/js\/webopt-loaders.js",
"\/grammar\/js\/grammar-html-doms.js",
"\/grammar\/js\/content.js",
"\/common\/js\/common.js",
"\/common\/external-libraries\/popper\/popperCore.js",
"\/common\/external-libraries\/popper\/popperDom.js",
"\/common\/external-libraries\/diff\/diff.js"
],
"css": [
"\/common\/css\/style.css",
"\/common\/css\/webopt-loaders.css",
"\/grammar\/css\/popperBox.css",
"\/grammar\/css\/grammar-onpage-style.css"
]
}
],
"host_permissions": [
"<all_urls>",
"*:\/\/*\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage"
]
}