Dragon Bookkeeper Firefox

Examine source code of Dragon Bookkeeper

Inspect and view changes in Dragon Bookkeeper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dragon Bookkeeper",
  "version": "0.9.3",
  "author": "Pedro Carvalho",
  "description": "Keeps track of progress in Dragcave.net and helps you identify eggs you many need to complete a full scroll.",
  "icons": {
    "32": "icons/extension-icon.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dragcave.net/abandoned"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/abandoned.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/locations/*"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/locations.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/dragons",
        "https://dragcave.net/dragons/*"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/ownScroll.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/user/*"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/otherScroll.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/actions/*/abandon",
        "https://dragcave.net/actions/*/keep",
        "https://dragcave.net/actions/*/freeze",
        "https://dragcave.net/actions/*/earthquake",
        "https://dragcave.net/actions/*/stun/*",
        "https://dragcave.net/actions/*/kill",
        "https://dragcave.net/actions/*/influence/*",
        "https://dragcave.net/actions/*/fertility",
        "https://dragcave.net/actions/*/incubate/*",
        "https://dragcave.net/actions/*/bite/*",
        "https://dragcave.net/actions/*/ward/*",
        "https://dragcave.net/actions/*/precognition/*",
        "https://dragcave.net/actions/*/summon"
      ],
      "js": [
        "scripts/pages/BSA_QoL.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/market"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/market.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/actions/*/breed"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/breed.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/trading*"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/trading.js"
      ]
    },
    {
      "matches": [
        "https://dragcave.net/view/*"
      ],
      "css": [
        "styles/labels.css"
      ],
      "js": [
        "scripts/pages/view.js"
      ]
    }
  ],
  "background": {
    "page": "scripts/background/background.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/speciesData.json",
        "data/speciesData2.json",
        "data/speciesData3.json",
        "data/speciesData4.json",
        "data/speciesData5.json",
        "scripts/helper/setupFunctions.js",
        "scripts/helper/imageProcessingFunctions.js",
        "scripts/helper/storageFunctions.js",
        "scripts/helper/otherFunctions.js",
        "scripts/helper/uiFunctions.js",
        "scripts/helper/constants.js",
        "html/progress_summary/progress_summary.html"
      ],
      "matches": [
        "https://dragcave.net/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dragcavelivingpediahelper@gmail.com"
    }
  }
}

Best Dragon Bookkeeper Alternatives

Here are some Firefox add-ons that are similar to Dragon Bookkeeper: