feat: support manifest v3

This commit is contained in:
Minhyeok Park 2024-10-03 11:10:25 +09:00
parent bb3691ed9c
commit 01bccd9332
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI

View File

@ -1,5 +1,5 @@
{ {
"manifest_version": 2, "manifest_version": 3,
"name": "force_delete", "name": "force_delete",
"version": "1.0", "version": "1.0",
@ -9,7 +9,9 @@
{ {
"matches": ["*://*.console.aws.amazon.com/*"], "matches": ["*://*.console.aws.amazon.com/*"],
"js": ["main.js"], "js": ["main.js"],
"all_frames": true "all_frames": true,
"match_about_blank": true,
"match_origin_as_fallback": true
} }
] ]
} }