RuneTiera Expedition Tracker

RuneTiera Expedition Tracker

Record your expedition wins and picks!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RuneTiera Expedition Tracker",
  "version": "2.0",
  "description": "Record your expedition wins and picks!",
  "permissions": [
    "declarativeContent",
    "https://localhost:21337/",
    "https://localhost:213/",
    "http://localhost:21337/",
    "http://localhost:213/",
    "https://127.0.0.1:21337/",
    "https://127.0.0.1:213/",
    "http://127.0.0.1:21337/",
    "http://127.0.0.1:213/"
  ],
  "externally_connectable": {
    "matches": [
      "*://127.0.0.1/*",
      "*://localhost/*",
      "*://runetiera.com/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/tracker-icon-16.png",
    "32": "icons/tracker-icon-32.png",
    "48": "icons/tracker-icon-48.png",
    "128": "icons/tracker-icon-128.png"
  },
  "manifest_version": 2
}