Ad Free Torrent Search

Ad Free Torrent Search

Search through millions of torrents without ads, popups or spyware.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ad Free Torrent Search",
  "description": "Search through millions of torrents without ads, popups or spyware.",
  "version": "0.0.2",
  "background": {
    "scripts": [
      "js/app.js"
    ]
  },
  "browser_action": {},
  "icons": {
    "128": "logo_128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications",
    "https://kat.cr/*"
  ]
}