Doko Firefox

Examine source code of Doko

By: Anomaly Add-on
Inspect and view changes in Doko source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Doko",
  "version": "0.1",
  "description": "A developer focused plugin to help navigate between deployment environments.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "css": [
        "static/css/content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    "arrow.svg",
    "issue.svg"
  ],
  "icons": {
    "192": "doko.png"
  },
  "browser_action": {
    "default_icon": {
      "192": "doko.png"
    },
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "doko@anomaly.net.au"
    }
  }
}

Best Doko Alternatives

Here are some Firefox add-ons that are similar to Doko: