Inspect and view changes in Mein eBay sortiert (bald endend) 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
{
"description": "Mein eBay nach >bald endend< sortiert aufrufen",
"manifest_version": 2,
"name": "Mein eBay sortiert nach bald endend",
"version": "1.1resigned1",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://my.ebay.de/ws/eBayISAPI.dll?MyEbay&gbh=1"
],
"browser_action": {
"default_icon": {
"48": "icons/meinebay.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{996ed2bb-57af-436f-8d25-7896647074f6}"
}
}
}