LOOT.Farm helper

LOOT.Farm helper

Phishing protection and easier trades on the LOOT.Farm trade bot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "1.4.1",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://loot.farm/*"
      ],
      "js": [
        "LFStatus.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://steamcommunity.com/tradeoffer/*"
      ],
      "js": [
        "LOOTSteam.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "shield-ext.png"
  ],
  "background": {
    "scripts": [
      "LFBackground.js"
    ]
  },
  "icons": {
    "16": "loot16.png",
    "48": "loot48.png",
    "128": "loot128.png"
  },
  "browser_action": {
    "default_icon": "loot48.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://steamcommunity.com/*",
    "https://loot.farm/*",
    "webRequest",
    "webRequestBlocking",
    "alarms"
  ]
}