mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
30 lines
552 B
JSON
30 lines
552 B
JSON
{
|
|
"name": "PBlock",
|
|
"version": "0.1",
|
|
"manifest_version": 3,
|
|
"author": "yeongpin",
|
|
"url": "https://github.com/yeongpin/PBlock",
|
|
"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://*/*"
|
|
]
|
|
}
|