Shop and Give reminder

Shop and Give reminder

Shop&Give money to your favourite causes for free with TheGivingMachine's Shop&Give reminder extension. Never miss another donation!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Shop and Give reminder",
  "version": "5.0.13",
  "manifest_version": 2,
  "description": "https://www.thegivingmachine.co.uk",
  "homepage_url": "https://www.thegivingmachine.co.uk",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "webNavigation",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "The Giving Machine",
    "default_icon": {
      "16": "assets/tgm-16.png",
      "32": "assets/tgm-32.ico",
      "48": "assets/tgm-48.png",
      "128": "assets/tgm-128.png"
    }
  },
  "icons": {
    "16": "assets/tgm-16.png",
    "32": "assets/tgm-32.ico",
    "48": "assets/tgm-48.png",
    "128": "assets/tgm-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{63F01A06-949F-434C-BFDF-9D54A5426C74}"
    }
  }
}