Touchcord Firefox

Examine source code of Touchcord

Inspect and view changes in Touchcord source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Touchcord",
  "short_name": "TCord",
  "version": "3.0.0",
  "description": "Turn the Discord website into a proper app for android.",
  "manifest_version": 2,
  "icons": {
    "128": "icons/icon128-active.png"
  },
  "permissions": [
    "*://*.discord.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/icon128-inactive.png",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.discord.com/*"
      ],
      "css": [
        "hide-discord-sidebar.css"
      ],
      "js": [
        "hide-discord-sidebar.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{67ff0d5e-f0ae-4b07-a1d9-91af1b0aff03}"
    }
  }
}

Best Touchcord Alternatives

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