AsiaMe ChatOS message sender

AsiaMe ChatOS message sender

Asiame ChatOS chat smart search for men

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/charming.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "js/content.live.js"
      ],
      "matches": [
        "*://*.asiame.com/lady/online.php*",
        "*://*.asiame.com/lady/online.php*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.chatoptimizer.com; object-src 'self'; ",
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "page_action": {
    "default_icon": "img/16.png",
    "default_popup": "index.live.html",
    "default_title": "ChatOS Asiame chat - meaning of love"
  },
  "permissions": [
    "notifications",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*.asiame.com/*",
    "*://*.chatoptimizer.com/*",
    "windows"
  ],
  "version": "2.0.4"
}