16 lines
283 B
JSON
16 lines
283 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "force_delete",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"description": "automatically types AWS's delete-safe words",
|
||
|
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["*://*.console.aws.amazon.com/*"],
|
||
|
"js": ["main.js"],
|
||
|
"all_frames": true
|
||
|
}
|
||
|
]
|
||
|
}
|