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": {
"persistent": false,
"scripts": [
"assets\/background.js"
]
},
"description": "The right click context menu provides statistics on the selected text",
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"manifest_version": 2,
"name": "Easy Word Counter",
"offline_enabled": true,
"permissions": [
"contextMenus"
],
"version": "1.0"
}