Donate Button Generator

Donate Button Generator

Create a specialized PayPal donate button for your website to start your fundraising and accepting donations online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donate Button Generator",
  "description": "Create a specialized PayPal donate button for your website to start your fundraising and accepting donations online",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}