PiratBit - доступ из RUS

PiratBit - доступ из RUS

Свободный доступ на PiratBit для граждан РОССИИ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "PiratBit",
  "background": {
    "persistent": true,
    "scripts": [
      "background.static.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/piratbit19.png",
      "38": "assets/piratbit38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Доступ на PiratBit"
  },
  "content_scripts": [
    {
      "css": [
        "notification.css"
      ],
      "js": [
        "notifications.js"
      ],
      "matches": [
        "*://pb.wtf/*",
        "*://piratbit.org/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Свободный доступ на PiratBit для граждан РОССИИ",
  "icons": {
    "16": "assets/piratbit16.png",
    "48": "assets/piratbit48.png",
    "128": "assets/piratbit128.png"
  },
  "manifest_version": 2,
  "name": "PiratBit - доступ из RUS",
  "permissions": [
    "proxy",
    "activeTab",
    "browsingData"
  ],
  "short_name": "PiratBit",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.11"
}