Dokkan Battle BOT level reorder

Dokkan Battle BOT level reorder

Make the level list great again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dokkan Battle BOT level reorder",
  "description": "Make the level list great again",
  "version": "3",
  "permissions": [
    "tabs",
    "http://vip.dbzdb.pw/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://vip.dbzdb.pw/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Make the level list great again"
  },
  "manifest_version": 2
}