Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "mobile.de PDF export",
"description": "mobile.de PDF export",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"512": "icon.png"
},
"action": {
"default_popup": "src\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/suchen.mobile.de\/*"
],
"js": [
"src\/content.js"
]
}
],
"permissions": [
"*:\/\/suchen.mobile.de\/*",
"storage"
]
}