SerwerSMS.pl

SerwerSMS.pl

Aplikacja SerwerSMS.pl umożliwia zarządzanie, realizację i śledzenie kampanii SMS, MMS, VMS. Aplikacja to kolejny sposób na dostęp…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SerwerSMS.pl",
  "version": "2.7.0.0",
  "manifest_version": 2,
  "description": "",
  "icons": {
    "16": "img/icons/chrome/icon-16.png",
    "128": "img/icons/chrome/icon-96-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icons/chrome/icon-19.png"
    },
    "default_title": "SerwerSMS.pl",
    "default_popup": "index_chrome.html"
  },
  "externally_connectable": {
    "matches": []
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "storage",
    "notifications",
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://api2.serwersms.pl; object-src 'self'",
  "web_accessible_resources": [
    "https://api2.serwersms.pl/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [],
      "css": [],
      "js": [
        "js/chrome.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}