Skip to content

Commit

Permalink
browser extension: add bridgy logo as icon
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Dec 21, 2020
1 parent 0938303 commit dd4e3ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ twitter_app_*
twitter_scrape_headers*
web-ext-artifacts
wordpress.com_client_*
*.crx
*.xpi
yarn.lock
2 changes: 1 addition & 1 deletion browser-extension/.web-extension-id
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
bridgy@snarfed.org
bridgy@snarfed.org
1 change: 1 addition & 0 deletions browser-extension/bridgy_logo_128.jpg
1 change: 1 addition & 0 deletions browser-extension/bridgy_logo_square_1024.jpg
10 changes: 4 additions & 6 deletions browser-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json
{
"name": "Bridgy",
"version": "0.1.0",
Expand All @@ -12,12 +11,7 @@
"strict_min_version": "67.0"
}
},
// TODO
// "icons": {
// "400": "icon.png"
// },
"permissions": [
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webrequest
"*://*.brid.gy/*",
"*://*.instagram.com/*",
"contextualIdentities",
Expand All @@ -28,5 +22,9 @@
"background": {
"persistent": true,
"page": "background.html"
},
"icons": {
"128": "bridgy_logo_128.jpg",
"1024": "bridgy_logo_square_1024.jpg"
}
}

0 comments on commit dd4e3ae

Please sign in to comment.