Easy to use comprehensive English-Malay Dictionary
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": "http://clients2.google.com/service/update2/crx",
"name": "English - Malay Dictionary",
"manifest_version": 2,
"description": "Easy to use comprehensive English-Malay Dictionary",
"version": "1.0.1",
"icons": {
"24": "engmal24.png",
"128": "engmal128.png"
},
"permissions": [],
"app": {
"urls": [
"http://english-malay-dictionary.herokuapp.com/"
],
"launch": {
"web_url": "http://english-malay-dictionary.herokuapp.com/"
}
}
}