MakeSurveyMoney

MakeSurveyMoney

MakeSurveyMoney Poll Sweeps and Shopping Cashback

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MakeSurveyMoney",
  "description": "MakeSurveyMoney Poll Sweeps and Shopping Cashback",
  "version": "1.01",
  "manifest_version": 3,
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "pageloaded.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "squarelogo-16.png",
    "48": "squarelogo-48.png",
    "128": "squarelogo-128.png"
  }
}