Inspect and view changes in Plena Vortaro source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Plena Vortaro",
"description": "Ĉi tio estas neoficiala aldonaĵo de PIV.",
"version": "1.4.0",
"manifest_version": 3,
"icons": {
"16": "icons/on_16.png",
"32": "icons/on_32.png",
"128": "icons/on_128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"inject.js"
],
"all_frames": true
}
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"action": {
"default_title": "Plena Vortaro",
"default_popup": "popup/index.html",
"default_icon": {
"16": "icons/on_16.png",
"32": "icons/on_32.png",
"128": "icons/on_128.png"
}
},
"author": "Jan Michalak",
"permissions": [
"storage",
"contextMenus"
],
"host_permissions": [
"https://vortaro.net/*"
]
}