Transclude Me

Transclude Me

Make web more context rich by enabling in-place context-specific previews for links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Transclude Me",
  "version": "1.2.1",
  "description": "Make web more context rich by enabling in-place context-specific previews for links",
  "homepage_url": "https://github.com/transclude-me/extension",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "transclude-me@stvad",
      "strict_min_version": "67.0"
    }
  },
  "icons": {
    "48": "logo-48.8a130fdd.png",
    "96": "logo-96.3eece5ad.png",
    "128": "logo-128.e88202db.png"
  },
  "action": {
    "default_icon": "logo-128.e88202db.png",
    "default_title": "Transclude Me"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.36557756.js"
      ],
      "css": [
        "content.186b6782.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "options_ui": {
    "browser_style": true,
    "page": "options.868659ae.html"
  },
  "background": {
    "service_worker": "background.9bfde5d6.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "up_/content/background-simulation/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.5fb2d531.css",
        "content.26d140fb.css",
        "content.4853ffb7.css"
      ]
    }
  ]
}