ВКонтакте mStyle

ВКонтакте mStyle

Настройка стиля ВКонтакте

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://vk.com/*",
        "https://vk.com/*",
        "https://77.47.220.179/*",
        "http://www.mstyle.online/*"
      ],
      "css": [
        "round-avatars.css"
      ],
      "js": [
        "js-ms-main.js"
      ]
    }
  ],
  "name": "ВКонтакте mStyle",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png",
    "512": "icon512.png"
  },
  "description": "Настройка стиля ВКонтакте",
  "homepage_url": "http://vk.com/mstyle_vk",
  "version": "2.1.0",
  "manifest_version": 2,
  "version_name": "2.1",
  "permissions": [
    "storage",
    "https://fortawesome.github.io/Font-Awesome/*",
    "http://vk.com/*",
    "https://vk.com/*",
    "https://77.47.220.179/*",
    "http://www.mstyle.online/*",
    "http://mstyle.online/mstyle-files/*"
  ]
}