Pikabu fixes

Pikabu fixes

The application restores the display of minuses and returns the indefinite ignore of the authors of the posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pikabu fixes",
  "version": "3.0.0",
  "manifest_version": 2,
  "description": "Приложение восстанавливает отображение минусов и возвращает бессрочный игнор авторов постов.",
  "icons": {
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "https://pikabu.ru/*",
    "https://api.pikabu.ru/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "https://pikabu.ru/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{07031701-8a86-4cd3-b2df-6c6e3056122c}"
    }
  }
}