RenderForm: Social Link Previewer

RenderForm: Social Link Previewer

Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RenderForm: Social Link Previewer",
  "description": "Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.",
  "version": "1.0.6",
  "icons": {
    "16": "[email protected]",
    "32": "[email protected]",
    "48": "[email protected]",
    "64": "[email protected]",
    "128": "[email protected]",
    "512": "[email protected]"
  },
  "action": {
    "default_icon": "[email protected]",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}