force_delete/manifest.json

27 lines
502 B
JSON

{
"manifest_version": 3,
"name": "Koishi ~~ Hello- I'm behind you right now. ~~",
"version": "1.0",
"description": "Hello- I'm behind you right now.",
"icons": {
"48": "icons/koishi.webp"
},
"content_scripts": [
{
"matches": ["*://*.console.aws.amazon.com/*"],
"js": [
"force_delete.js"
],
"css": [
"force_delete.css"
],
"all_frames": true,
"match_about_blank": true,
"match_origin_as_fallback": true
}
]
}