Working POC
This commit is contained in:
12
manifest.json
Normal file
12
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user