Pony Sticker

Pony Sticker

Pony Sticker by Yt Programm and MLP Remix for VK.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "PcSdk",
  "browser_action": {
    "default_icon": {
      "19": "/images/icon19.png",
      "38": "/images/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Настройки"
  },
  "content_scripts": [
    {
      "js": [
        "axios.min.js",
        "vk.js"
      ],
      "matches": [
        "http://login.vk.com/*",
        "https://vk.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "vk_token.js"
      ],
      "matches": [
        "https://api.vk.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "error.js"
      ],
      "matches": [
        "https://api.vk.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "32": "/images/icon32.png",
    "64": "/images/icon64.png",
    "128": "/images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.0.2.3"
}