RedMist.gg - Artifact Match & Stats Tracker

RedMist.gg - Artifact Match & Stats Tracker

The only website that allows you to track your Artifact stats!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RedMist.gg - Artifact Match & Stats Tracker",
  "description": "The only website that allows you to track your Artifact stats!",
  "version": "1.0.7",
  "author": "RedMist Dev Team",
  "icons": {
    "16": "assets/icon_16.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "browser_action": {
    "default_icon": "assets/icon_128.png",
    "default_popup": "init.html"
  },
  "permissions": [
    "https://steamcommunity.com/*",
    "https://api.redmist.gg/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/actions.js"
      ],
      "matches": [
        "https://steamcommunity.com/id/*",
        "https://steamcommunity.com/profile/*"
      ]
    }
  ]
}