]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/commitdiff
manifest: drop web_accessible_resources
authorMike Frysinger <vapier@gentoo.org>
Fri, 7 Oct 2022 14:59:44 +0000 (20:44 +0545)
committerMike 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

index 7c6425b1693b3c0a598e2e808ff16a8322477927..2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad 100644 (file)
@@ -33,8 +33,5 @@
     "32": "images/icon32.png",
     "48": "images/icon48.png",
     "128": "images/icon128.png"
-  },
-  "web_accessible_resources": [
-    "images/icon128.png"
-  ]
+  }
 }