Habitica-Sidebar

Adds a sidebar that displays https://habitica.com
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Habitica_Sidebar",
  "version": "1.0.1",
  "description": "Adds a sidebar that can display https://habitica.com",
  "sidebar_action": {
    "default_title": "Habitica",
    "default_panel": "sidebar.html",
    "default_icon": "icons/habitica.png"
  },
  "icons": {
    "96": "icons/habitica.png"
  },
  "permissions": [
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a0376213-c773-40ce-b9b3-79817acc5712}"
    }
  }
}