{
  "manifest_version": 2,
  "name": "Will these links block Tor user?",
  "description": "Find problematic links",
  "version": "1.0.6.5",
  "homepage_url": "http://crimeflare.eu.org/",
  "author": "Crimeflare",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "72": "icons/72.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "cs.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "browser_style": true,
    "page": "cfg.html"
  },
  "applications": {
    "gecko": {
      "id": "isat@addon.crimeflare.eu.org",
      "strict_min_version": "91.0",
      "update_url": "https://git.disroot.org/dCF/deCloudflare/raw/branch/master/addons/releases/firefox_update.json"
    }
  }
}