Fallen London Item Search

Fallen London Item Search

This extension adds item and quality search to the 'Myself' tab in Fallen London.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Fallen London Item Search",
  "description": "This extension adds item and quality search to the 'Myself' tab in Fallen London.",
  "version": "1.3.2resigned1",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://fallenlondon.storynexus.com/Gap/Load*"
      ],
      "css": [
        "flis-styles.css",
        "popup.css"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "mutation-summary.js",
        "flis-extension.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2bb68c6-08f2-4fb9-9f4f-8f6cdedc2945}"
    }
  }
}