diff --git a/src/drivers/webextension/images/icons/Priority Hints.svg b/src/drivers/webextension/images/icons/Priority Hints.svg new file mode 100644 index 000000000..6ba0181b0 --- /dev/null +++ b/src/drivers/webextension/images/icons/Priority Hints.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 0a5378f1f..c2ce9454b 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2484,7 +2484,7 @@ ], "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.", "dom": "iframe[fetchpriority], img[fetchpriority], script[fetchpriority], link[fetchpriority]", - "icon": "default.svg", + "icon": "Priority Hints.svg", "website": "https://wicg.github.io/priority-hints/" }, "Prism": { @@ -3357,4 +3357,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +}