Files
cookie-monster/manifest.json
Mike Conrad ae73342bf2 Working POC
2024-08-08 07:58:33 -04:00

13 lines
306 B
JSON

{
"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"
}
}