Working POC

This commit is contained in:
Mike Conrad
2024-08-08 07:58:33 -04:00
commit ae73342bf2
3 changed files with 186 additions and 0 deletions

12
manifest.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "Cookie Monster",
"manifest_version": 3,
"version": "1.0",
"description": "Uses the chrome.cookies API by to allow for bulk edit/export/import/deletion of cookies",
"permissions": ["cookies"],
"host_permissions": ["<all_urls>"],
"action": {
"default_popup": "popup.html"
}
}