FreeTheTree2

FreeTheTree2

Towards a better Gumtree

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "fttmain.css",
        "PopOverView.css",
        "icomoon.css"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "jquery.lazy.min.js",
        "jquery-ui.min.js",
        "PopOverView.js",
        "ITP_ProgressBar.js",
        "fttmain.js"
      ],
      "matches": [
        "https://my.gumtree.com/*",
        "https://freethetree.co.uk/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "jquery-3.4.1.min.js",
        "fttsub.js"
      ],
      "matches": [
        "https://www.google.com/recaptcha/*"
      ]
    }
  ],
  "description": "Towards a better Gumtree",
  "icons": {
    "128": "ftt2logo_x128.png"
  },
  "manifest_version": 3,
  "name": "FreeTheTree2",
  "short_name": "FTT2",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://freethetree.co.uk/*"
  ],
  "version": "2.3.2",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://my.gumtree.com/*",
        "https://freethetree.co.uk/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "FreeTheTree2"
  }
}