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",
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"name": "Grammar Wise",
"icons": {
"128": "icons\/icon2.png"
},
"short_name": "Grammar Wise",
"content_scripts": [
{
"matches": [
"*:\/\/grammarwise.co\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"contentScript.js"
]
}
],
"description": "GrammarWise provides easy access to a dictionary, thesaurus, spelling and grammar checker by clicking the favicon on the toolbar.",
"version": "1.0.0.0",
"manifest_version": 3,
"action": {
"browser_style": true,
"default_icon": {
"128": "icons\/icon2.png"
},
"default_title": "Grammar Wise",
"default_popup": "popup\/popup.html"
},
"host_permissions": [
"*:\/\/grammarwise.co\/*"
]
}