A easy to use langauge education app designed for little children
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Polyglot Kids",
"description": "A easy to use langauge education app designed for little children",
"author": "Serdar Çivi",
"version": "1.1.0",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icons/Icon-192.png",
"default_title": "Polyglot Kids"
},
"icons": {
"128": "icons/Icon-192.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}