30 lines
680 B
JSON
30 lines
680 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "QuickPurge & Redirect",
|
|
"version": "1.0",
|
|
"description": "一键清理特定域名的浏览器残留数据,并自动重定向至预设地址。",
|
|
"permissions": [
|
|
"browsingData",
|
|
"storage",
|
|
"tabs",
|
|
"activeTab",
|
|
"scripting"
|
|
],
|
|
"host_permissions": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "QuickPurge"
|
|
},
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
}
|
|
}
|