ВК фильтр

ВК фильтр

Фильтрует нежелательные новости ВК

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ВК фильтр",
  "description": "Фильтрует нежелательные новости ВК",
  "version": "0.0.0.5",
  "browser_action": {
    "default_icon": {
      "19": "ico/ico19.png",
      "38": "ico/ico38.png"
    },
    "default_title": "ВК фильтр"
  },
  "icons": {
    "16": "ico/ico16.png",
    "48": "ico/ico48.png",
    "128": "ico/ico128.png"
  },
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": false
  },
  "permissions": [
    "storage",
    "webRequest",
    "*://vk.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  }
}