Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nuenki", "description": "Learn languages while you browse the web.", "version": "1.4.1", "permissions": [ "storage", "tabs", "alarms" ], "action": { "default_popup": ".\/popup.html" }, "icons": { "48": ".\/assets\/logo-g-48.png", "96": ".\/assets\/logo-g-96.png", "128": ".\/assets\/logo-g-128.png", "256": ".\/assets\/logo-g-256.png", "512": ".\/assets\/logo-g-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/root.js" ] } ], "background": { "service_worker": ".\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "pages\/licenses.html" ], "matches": [ "<all_urls>" ] } ] }