TrustMeUp Donate and Shop

TrustMeUp Donate and Shop

TrustMeUp is the only platform where you will be rewarded for doing good.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.11",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "128": "images/icon.png"
  },
  "background": {
    "service_worker": "background.build.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://www.google.com/*",
        "https://www.google.it/*",
        "https://www.google.es/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://www.google.com/*",
        "https://www.google.it/*",
        "https://www.google.es/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.build.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*.trustmeup.com/*",
    "https://*.google.com/*",
    "https://*.google.it/*",
    "https://*.google.es/*"
  ],
  "permissions": [
    "storage",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}