projects
/
chrome-ext
/
clearhistory-advance-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ad75e
)
manifest: drop web_accessible_resources
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 7 Oct 2022 14:59:44 +0000
(20:44 +0545)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 7 Oct 2022 14:59:44 +0000
(20:44 +0545)
There should be no need for this icon to be accessible by the open web.
manifest.json
patch
|
blob
|
history
diff --git
a/manifest.json
b/manifest.json
index 7c6425b1693b3c0a598e2e808ff16a8322477927..2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad 100644
(file)
--- a/
manifest.json
+++ b/
manifest.json
@@
-33,8
+33,5
@@
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
- },
- "web_accessible_resources": [
- "images/icon128.png"
- ]
+ }
}