Sustained Choice × SALIENT

Sustained Choice × SALIENT

Participate in the SALIENT Sustained trial for healthier people and planet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sustained Choice × SALIENT",
  "description": "Participate in the SALIENT Sustained trial for healthier people and planet",
  "manifest_version": 3,
  "version": "24",
  "permissions": [
    "background",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "salient.js"
      ],
      "css": [
        "salient.css"
      ],
      "matches": [
        "https://*.tesco.com/*",
        "https://*.sustained.com/*"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png",
    "1024": "icons/1024.png"
  }
}