[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-webextension] 36/95: fix manifest warnings
From: |
gnunet |
Subject: |
[reclaim-webextension] 36/95: fix manifest warnings |
Date: |
Fri, 11 Jun 2021 23:35:21 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-webextension.
commit 452aa07500fa61437bb0528d43e1456001b53470
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 11:09:04 2019 +0200
fix manifest warnings
---
icons/logo48.png | Bin 0 -> 1052 bytes
icons/logo96.png | Bin 0 -> 1846 bytes
icons/logo_dark.png | Bin 0 -> 5138 bytes
icons/logo_dark48.png | Bin 0 -> 865 bytes
icons/logo_dark96.png | Bin 0 -> 1393 bytes
manifest.json | 70 +++++++++++++++++++++++++++-----------------------
6 files changed, 38 insertions(+), 32 deletions(-)
diff --git a/icons/logo48.png b/icons/logo48.png
new file mode 100644
index 0000000..2c884ea
Binary files /dev/null and b/icons/logo48.png differ
diff --git a/icons/logo96.png b/icons/logo96.png
new file mode 100644
index 0000000..c808c2c
Binary files /dev/null and b/icons/logo96.png differ
diff --git a/icons/logo_dark.png b/icons/logo_dark.png
new file mode 100644
index 0000000..4f589cb
Binary files /dev/null and b/icons/logo_dark.png differ
diff --git a/icons/logo_dark48.png b/icons/logo_dark48.png
new file mode 100644
index 0000000..da60f32
Binary files /dev/null and b/icons/logo_dark48.png differ
diff --git a/icons/logo_dark96.png b/icons/logo_dark96.png
new file mode 100644
index 0000000..8427307
Binary files /dev/null and b/icons/logo_dark96.png differ
diff --git a/manifest.json b/manifest.json
index 2899256..6fb19b3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,42 +1,48 @@
{
- "manifest_version": 2,
- "name": "re:claimID",
- "description": "An extension for use with re:claimID.",
- "version": "0.0.9",
+ "manifest_version": 2,
+ "name": "re:claimID",
+ "description": "An extension for use with re:claimID.",
+ "version": "0.0.9",
- "applications": {
- "gecko": {
- "strict_min_version": "57.0"
- }
- },
+ "applications": {
+ "gecko": {
+ "strict_min_version": "57.0"
+ }
+ },
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "b2d334a4-bcd4-476f-9122-4e85f8a71ec5",
+ "strict_min_version": "57.0"
+ }
+ },
- "browser_action": {
- "browser_style": true,
- "default_icon": "icons/logo.png",
- "theme_icons": [{
- "light": "icons/logo.png",
- "dark": "icons/logo.png",
- "size": 32
- }],
- "default_title": "re:claimID",
- "default_popup": "popup/popup.html"
- },
+ "browser_action": {
+ "browser_style": true,
+ "default_icon": "icons/logo.png",
+ "theme_icons": [{
+ "light": "icons/logo.png",
+ "dark": "icons/logo_dark.png",
+ "size": 32
+ }],
+ "default_title": "re:claimID",
+ "default_popup": "popup/popup.html"
+ },
- "icons": {
- "48": "icons/logo.png",
- "96": "icons/logo.png"
- },
+ "icons": {
+ "48": "icons/logo48.png",
+ "96": "icons/logo96.png"
+ },
- "background": {
- "scripts": [
- "background/reclaim.js",
- "scripts/gnunet.js"
- ]
- },
+ "background": {
+ "scripts": [
+ "background/reclaim.js",
+ "scripts/gnunet.js"
+ ]
+ },
- "permissions": ["storage", "https://api.reclaim/*",
"https://ui.reclaim/*", "http://localhost:7776/*",
- "webRequest", "webRequestBlocking"],
+ "permissions": ["storage", "https://api.reclaim/*", "https://ui.reclaim/*",
"http://localhost:7776/*",
+ "webRequest", "webRequestBlocking"],
"web_accessible_resources": ["*/**", "index.html", "*.js", "assets/*",
"*.woff*", "*.ttf", "*.svg"],
"options_ui": {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-webextension] 26/95: update deps, (continued)
- [reclaim-webextension] 26/95: update deps, gnunet, 2021/06/11
- [reclaim-webextension] 18/95: update readme, gnunet, 2021/06/11
- [reclaim-webextension] 24/95: v0.0.4, gnunet, 2021/06/11
- [reclaim-webextension] 20/95: actually fix link, gnunet, 2021/06/11
- [reclaim-webextension] 23/95: update to new UI, gnunet, 2021/06/11
- [reclaim-webextension] 05/95: udate, gnunet, 2021/06/11
- [reclaim-webextension] 03/95: 0.0.1, gnunet, 2021/06/11
- [reclaim-webextension] 17/95: version 0.0.3, gnunet, 2021/06/11
- [reclaim-webextension] 27/95: update ui;modify URIs, gnunet, 2021/06/11
- [reclaim-webextension] 28/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 36/95: fix manifest warnings,
gnunet <=
- [reclaim-webextension] 29/95: bump version, gnunet, 2021/06/11
- [reclaim-webextension] 32/95: v0.0.8, gnunet, 2021/06/11
- [reclaim-webextension] 42/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 35/95: forgot manifest, gnunet, 2021/06/11
- [reclaim-webextension] 48/95: update to v0.2.3, gnunet, 2021/06/11
- [reclaim-webextension] 30/95: hotfix file permissions, gnunet, 2021/06/11
- [reclaim-webextension] 51/95: update, gnunet, 2021/06/11
- [reclaim-webextension] 40/95: fix id, gnunet, 2021/06/11
- [reclaim-webextension] 39/95: bump version, gnunet, 2021/06/11
- [reclaim-webextension] 49/95: v0.3.0, gnunet, 2021/06/11