Inspect and view changes in Russian vocabulary. Wilogio Words. 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": "Russian vocabulary. Wilogio Words. ",
"description": "Wilogio Words is the most effective app for learning Russian words.",
"version": "1.5",
"manifest_version": 2,
"app": {
"urls": [
"http://w.wilogio.com/eng/ru"
],
"launch": {
"web_url": "http://w.wilogio.com/eng/ru?ref=103"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http://w.wilogio.com/eng/ru",
"unlimitedStorage",
"notifications"
]
}