dns-killer/manifest.json

25 lines
742 B
JSON
Raw Permalink Normal View History

2018-07-07 21:05:26 +08:00
{
2023-03-13 10:09:41 +08:00
"manifest_version": 3,
2020-11-04 17:59:31 +08:00
"name": "dns-killer",
"description": "DNS缓存杀手,一键清除chrome的DNS缓存, 并刷新当前选项卡。 web开发的利器。",
2023-03-13 10:50:02 +08:00
"version": "2.0.1",
2018-07-07 21:05:26 +08:00
"author": "yutent",
"icons": {
2023-03-13 10:09:41 +08:00
"64": "icons/64.png",
"128": "icons/128.png",
"256": "icons/256.png"
2018-07-07 21:05:26 +08:00
},
"background": {
2023-03-13 10:09:41 +08:00
"service_worker": "background.js",
"type": "module"
2020-11-04 17:59:31 +08:00
},
2023-03-13 10:09:41 +08:00
"action": {
"default_icon": { "64": "icons/64.png", "128": "icons/128.png" },
"default_title": "点击清除DNS缓存"
2018-07-07 21:05:26 +08:00
},
2023-03-13 10:09:41 +08:00
"permissions": ["tabs", "activeTab", "scripting"],
"host_permissions": ["chrome://net-internals/#dns"],
"optional_host_permissions": ["chrome://extensions/"],
"homepage_url": "https://github.com/yutent"
2018-07-07 21:05:26 +08:00
}