Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Magoosh Vocabulary",
"description": "A new vocabulary word and its definition in your browser tabs",
"version": "2.1.4",
"icons": {
"16": "images\/icon-16px.png",
"48": "images\/icon-48px.png",
"128": "images\/icon-128px.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"http:\/\/api.wordnik.com\/"
],
"chrome_url_overrides": {
"newtab": "vocab.html"
}
}