gamingdoom / datcord

An open-source Discord client that uses Firefox and Neutron
GNU General Public License v3.0
129 stars 5 forks source link

Suggestion: Add an ability to get shelter working on datcord #35

Closed pipigguts closed 1 year ago

pipigguts commented 1 year ago

It's not really an issue but I feel like it'd be a good feature, if somehow(Idk how I'm not that technical) you got Datcord to install extensions like shelter-injector on firefox extensions, or something else. Somewhat how ArmCord does it, would be really nice.

Also thank you for the work, I appreciate the firefox push against chromium monopoly.

gamingdoom commented 1 year ago

Hello, I am not too sure what shelter is but, you could easily install it by opening /path/to/datcord/distribution/policies.json (usually /usr/lib/datcord/distribution/policies.json) and changing it from

{
  "policies": {
    "Extensions": {
      "Install": ["https://addons.mozilla.org/firefox/downloads/file/3831723/open_with-7.2.6.xpi"]
    }
  }
}

to

{
  "policies": {
    "Extensions": {
      "Install": ["https://addons.mozilla.org/firefox/downloads/file/3831723/open_with-7.2.6.xpi", "https://addons.mozilla.org/firefox/downloads/file/4032539/shelter_injector-1.1.xpi"]
    }
  }
}

This works with any extension. The link is just from right-clicking the Add to Firefox on the Mozilla addons page and copying the link.

pipigguts commented 1 year ago

ohh that helps a lot ty