Skip to content

Commit

Permalink
use briefcase icon
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Mar 22, 2018
1 parent 5e287b4 commit 74030fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let facebookCookieStoreId = null;
// Param values from https://developer.mozilla.org/Add-ons/WebExtensions/API/contextualIdentities/create
const FACEBOOK_CONTAINER_NAME = "Facebook";
const FACEBOOK_CONTAINER_COLOR = "blue";
const FACEBOOK_CONTAINER_ICON = "circle";
const FACEBOOK_CONTAINER_ICON = "briefcase";
const FACEBOOK_DOMAINS = ["facebook.com", "fb.com"];

const facebookHostREs = [];
Expand Down

0 comments on commit 74030fb

Please sign in to comment.