Link Finder

Link Finder

Link Finder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Link Finder",
  "version": "0.3",
  "description": "Link Finder",
  "icons": {
    "16": "Icons/Logo16.png",
    "32": "Icons/Logo32.png",
    "48": "Icons/Logo48.png",
    "128": "Icons/Logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "Icons/LogoSmall19.png",
      "38": "Icons/LogoSmall38.png"
    },
    "default_title": "Link Finder"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}