Inspect and view changes in Audio Enhancer 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": "Audio Enhancer",
"version": "1.0",
"description": "Một tiện ích đơn giản để tăng cường âm thanh trên các trang web phát âm thanh.",
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_specific_settings": {
"gecko": {
"id": "{91cf75c0-5a57-4255-a60c-7ad0147bc05a}"
}
}
}