Fallen London Wiki Clicker

Fallen London Wiki Clicker

Turn Fallen London's Storylet titles into links for easy reference.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fallen London Wiki Clicker",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Turn Fallen London's Storylet titles into links for easy reference.",
  "icons": {
    "16": "icons/fallenlondon16x16.png",
    "32": "icons/fallenlondon32x32.png",
    "64": "icons/fallenlondon64x64.png",
    "128": "icons/fallenlondon128x128.png"
  },
  "permissions": [
    "tabs",
    "https://www.fallenlondon.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.fallenlondon.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}