TLDRify

TLDRify

Create a short link to any text on the Internet

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "20": "icons/icon-20.png",
      "25": "icons/icon-25.png",
      "30": "icons/icon-30.png",
      "32": "icons/icon-32.png",
      "40": "icons/icon-40.png",
      "64": "icons/icon-64.png"
    },
    "default_title": "TLDRify",
    "theme_icons": [
      {
        "light": "icons/icon-16-light.png",
        "dark": "icons/icon-16.png",
        "size": 16
      },
      {
        "light": "icons/icon-32-light.png",
        "dark": "icons/icon-32.png",
        "size": 32
      }
    ]
  },
  "name": "TLDRify",
  "description": "Create a short link to any text on the Internet",
  "homepage_url": "http://tldrify.com",
  "author": "Michael Spector",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2.1.2",
  "manifest_version": 3
}