Skip to content

Commit cd7f185

Browse files
committed
remove
1 parent 3207d33 commit cd7f185

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

public/manifest.json

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
"service_worker": "background.js",
5555
"type": "module"
5656
},
57-
58-
"privacy_policy_url": "https://media.i365.tech/community-tldr/privacy.html",
5957

6058
"web_accessible_resources": [{
6159
"resources": ["styles/*", "icons/*"],

public/privacy.html

-74
This file was deleted.

webpack.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ module.exports = {
4848
from: "src/options/options.html",
4949
to: "options.html"
5050
},
51-
{
52-
from: "public/privacy.html",
53-
to: "privacy.html"
54-
},
5551
{
5652
from: "src/styles",
5753
to: "styles"

0 commit comments

Comments
 (0)