FJ's Snack Bar

FJ's Snack Bar

Adds some extra features to the Heroes Rising game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "fire-icon-48.png",
    "default_popup": "background.html",
    "default_title": "FJ's Snack Bar is ACTIVE!"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "fjstyle.css"
      ],
      "exclude": [
        "*://www.heroesrisinggame.com/game/battle_screen.game",
        "*://www.heroesrisinggame.com/game/replay_battle.game"
      ],
      "js": [
        "jquery.min.js",
        "snackbar.js",
        "events.js",
        "buyable.js",
        "trophy.js",
        "cashout.js",
        "leaderboard.js",
        "sellchecker.js",
        "skillcount.js",
        "backchg.js",
        "clear.js",
        "mailadds.js",
        "forum.js",
        "league.js",
        "equipment.js",
        "raids.js",
        "nohits.js",
        "friends.js",
        "gear.js",
        "bosses.js",
        "crystal.js",
        "checkall.js"
      ],
      "matches": [
        "*://www.heroesrisinggame.com/*",
        "*://apps.facebook.com/heroesrising"
      ]
    }
  ],
  "description": "Adds some extra features to the Heroes Rising game.",
  "icons": {
    "128": "fire-icon-128.png"
  },
  "manifest_version": 2,
  "name": "FJ's Snack Bar",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "10.23"
}