lif-mmo-market-api-helper

lif-mmo-market-api-helper

For Life is Feudal:MMO game, sale all items in trading post to Crown by 1 click.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "lif-mmo-market-api-helper",
  "description": "For Life is Feudal:MMO game, sale all items in trading post to Crown by 1 click.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "lif-mmo-market-api-helper"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://region-eu.lif.online/*"
      ],
      "css": [
        "ext.css"
      ],
      "js": [
        "ext.js"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "0.19",
  "icons": {
    "128": "icon.png"
  }
}