Mappy for Social & Shopping

Mappy for Social & Shopping

Adds useful content to your Shopping & Property pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mappy for Social & Shopping",
  "short_name": "Mappy Social & Shopping",
  "version": "2022.04.121",
  "description": "Adds useful content to your Shopping & Property pages",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "128": "logo.128.png"
    }
  },
  "icons": {
    "128": "logo.128.png"
  },
  "manifest_version": 2
}