Meta Master by Lynkify

Meta Master by Lynkify

Analyze metadata, social share previews, keywords, meta tags, and more with Meta Master. Take control of your SEO strategy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Meta Master by Lynkify",
  "version": "1.1.0",
  "description": "Analyze metadata, social share previews, keywords, meta tags, and more with Meta Master. Take control of your SEO strategy.",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Click to view meta details"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "View meta details"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}