Inspect and view changes in English - French Dictionary 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
{
"app": {
"urls": [
"http://english-french-dictionary.herokuapp.com/"
],
"launch": {
"web_url": "http://english-french-dictionary.herokuapp.com/"
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Easy to use comprehensive English-French Dictionary",
"name": "English - French Dictionary",
"permissions": [],
"icons": {
"24": "engfr24.png",
"128": "engfr128.png"
},
"manifest_version": 2,
"version": "1.0.0"
}