Loveme.com - Program for sending mails

Loveme.com - Program for sending mails

ChatOS - sending intro letters and correspondence with favorites Sending from any number of profiles in one browser. - effective…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "img/16.png",
    "default_popup": "index.live.html",
    "default_title": "ChatOS Loveme mails - meaning of love"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/natashaclub.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "/js/content.live.js"
      ],
      "matches": [
        "*://*.office.loveme.com/*"
      ]
    }
  ],
  "default_locale": "ru",
  "host_permissions": [
    "*://*.chatoptimizer.com/*",
    "*://*.office.loveme.com/*",
    "*://*.loveme.com/*"
  ],
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "notifications",
    "scripting"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}