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": "Greek\/Latin Word Lookup",
"description": "Look up definitions of Greek\/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.",
"version": "0.0.0.7",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Greek\/Latin Word Lookup"
}
}