Fix Lightshot

Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fix Lightshot",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://prnt.sc/*",
        "http://prnt.sc/*"
      ],
      "js": [
        "content.js"
      ],
      "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
      }
    }
  ]
}