Send24 Romance compass chat helper

Send24 Romance compass chat helper

Send24 Romance compass chat helper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Use this to open the popup"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "jquery.js",
        "content.js"
      ],
      "matches": [
        "*://*.romancecompass.com/chat*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Send24 Romance compass chat helper",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Send24 Romance compass chat helper",
  "permissions": [
    "tabs",
    "*://send24.net/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}