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",
"name": "Duolingo Solution Viewer",
"version": "4.19.2",
"description": "Provides access to the lists of solutions for Duolingo's translation \/ listening challenges, and restores the correction of typos.",
"host_permissions": [
"https:\/\/*.duolingo.com\/"
],
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.duolingo.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/css\/ui.css",
"src\/observer.js",
"src\/ui.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png",
"256": "icons\/icon_256.png"
},
"manifest_version": 3
}