Inspect and view changes in dxeco 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
{
"name": "デクセコ",
"description": "Firefox extension for dxeco",
"version": "0.0.49",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "index.html"
},
"permissions": [
"history",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{bc5f82ff-a408-4036-9308-634486c8c651}"
}
}
}