remove ublock

This commit is contained in:
yeongpin
2025-02-13 12:13:06 +08:00
parent 637f923c16
commit 9521c0ce75
634 changed files with 185 additions and 353078 deletions

27
PBlock/manifest.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "PBlock",
"version": "0.1",
"manifest_version": 3,
"description": "Just a simple blocker.",
"action": {
"default_icon": "enabled48.png"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "enabled16.png",
"48": "enabled48.png"
},
"permissions": [
"declarativeNetRequest",
"storage",
"privacy"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"ws://*/*",
"wss://*/*"
]
}