СРМ список

СРМ список

Свободный рынок миниатюр - список мошенников и добросовестных пользователей

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.2.11",
  "externally_connectable": {
    "matches": [
      "*://new.vk.com/*",
      "*://vk.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://vk.com/*",
        "*://api.vk.com/*"
      ],
      "js": [
        "build/content.js",
        "build/jquery.min.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "build/popup.html"
  },
  "default_locale": "ru",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "build/inline.js"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}