Skip to content

Commit 3e4e8fd

Browse files
committed
Fixes #456 - remove domain reference as domain is no longer registered with creator of icon
1 parent 6e63be8 commit 3e4e8fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "retire.js",
4-
"description": "Scanning website for vulnerable js libraries. Icon by http://www.studiomx.eu/",
4+
"description": "Scanning website for vulnerable js libraries. Icon by studiomx",
55
"version": "2.2.4",
66
"icons": {
77
"16": "icons/icon16.png",

firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "retirejs",
33
"fullName": "Retire.js for Firefox",
44
5-
"description": "Scanning website for vulernable js libraries. Icon by http://www.studiomx.eu/",
5+
"description": "Scanning website for vulernable js libraries. Icon by studiomx",
66
"author": "Erlend Oftedal",
77
"license": "Apache License, Version 2.0",
88
"version": "0.1.2a1",

0 commit comments

Comments
 (0)