Looks up the selected word/phrase in Merriam-Webster Ⓡ (www.merriam-webster.com) dictionary. This is NOT an official add-on developed and distributed by Merriam-Webster Ⓡ!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"author": "Ivo Yordanov",
"developer": {
"name": "Ivo Yordanov"
},
"name": "Look up in Merriam-Webster Ⓡ",
"short_name": "Merriam-Webster Ⓡ",
"description": "Looks up the selected word/phrase in Merriam-Webster Ⓡ (www.merriam-webster.com) dictionary. This is NOT an official addon developed and distributed by Merriam-Webster Ⓡ!",
"version": "1.1",
"icons": {
"48": "icons/dictionary.svg",
"96": "icons/dictionary.svg"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
}
}