YggTorrent Url

YggTorrent Url

Accédez toujours au bon site du tracker YggTorrent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0",
  "default_locale": "fr",
  "description": "__MSG_appDesc__",
  "permissions": [
    "tabs",
    "http://yggtorrent.deveosys.com/",
    "https://yggtorrent.deveosys.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "YggTorrent",
    "default_icon": "images/logo_32.png"
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2
}