PayPal Gebührenrechner

PayPal Gebührenrechner

Einfacher PayPal Gebührenrechner für Privatkunden.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PayPal Gebührenrechner",
  "description": "Einfacher PayPal Gebührenrechner für Privatkunden.",
  "version": "0.94",
  "manifest_version": 3,
  "icons": {
    "16": "images/paypalfeecalculator_16.png",
    "32": "images/paypalfeecalculator_32.png",
    "48": "images/paypalfeecalculator_48.png",
    "64": "images/paypalfeecalculator_64.png",
    "128": "images/paypalfeecalculator_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/paypalfeecalculator.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ]
}