Fallen London Social Notifications

Fallen London Social Notifications

This extension for Fallen London periodically checks your 'Messages' tab for social invitations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Fallen London Social Notifications",
  "description": "This extension for Fallen London periodically checks your 'Messages' tab for social invitations.",
  "permissions": [
    "storage"
  ],
  "version": "1.2.2resigned1",
  "content_scripts": [
    {
      "matches": [
        "http://fallenlondon.storynexus.com/Gap/Load*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{82b812a7-f16f-4444-ad6f-445a2b1a3b04}"
    }
  }
}