PlePer Local SEO Tools

PlePer Local SEO Tools

Useful shortcuts and quick analyzes for Local SEO`s

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "Logo.png",
    "default_popup": "options.html",
    "default_title": "PlePer Local SEO Extension"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "includes/listener.js",
        "includes/purify.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Useful shortcuts and quick analyzes for Local SEO`s",
  "icons": {
    "16": "Logo.png",
    "48": "Logo.png",
    "128": "Logo.png"
  },
  "manifest_version": 3,
  "name": "PlePer Local SEO Tools",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "version": "1.4.3",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "includes/xhr.js",
        "includes/near_by_search.js"
      ]
    }
  ]
}