Inspect and view changes in MAL search! 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
{
"manifest_version": 2,
"name": "MAL search!",
"version": "1.0",
"description": "Search selected text directly in MAL",
"background": {
"scripts": [
"MALsearch.js"
]
},
"icons": {
"16": "icons/malsearch-16.png",
"32": "icons/malsearch-32.png",
"48": "icons/malsearch-48.png",
"64": "icons/malsearch-64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "malsearch@sitedelta.com"
}
},
"permissions": [
"contextMenus",
"notifications"
]
}