Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Swoosh Cookie and Local Storage Specialist",
"short_name": "Swoosh",
"description": "Manage Cookies, Local Storage & Session Storage in one place. Powerful, intuitive, and real-time web dev toolkit.",
"version": "3.0.1",
"action": {
"default_popup": "popup\/index.html"
},
"icons": {
"16": "images\/icon-.png",
"32": "images\/icon-.png",
"48": "images\/icon-.png",
"128": "images\/icon-.png"
},
"background": {
"service_worker": "assets\/background.js"
},
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"web_accessible_resources": [
{
"resources": [
"popup\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"installed.html"
],
"matches": [
"https:\/\/steampunck.github.io\/*"
]
}
],
"permissions": [
"scripting",
"storage",
"activeTab",
"cookies"
],
"optional_host_permissions": [
"<all_urls>"
],
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCnoGSdzKH7Z7CHcmpcfM7soT6G449xu+uO104TlBknIO5J5ddZJLiZqm6IvZhe3VIv0N3EOEHngiWgvG3cv8WEnG+PWNHc6PILd3osMDgT+H\/whRYvqFcX6crNwWFuvnIW2ix\/DuUIX9g5BX8abGukOBxINBkpfkm5hSIaJzj8UQIDAQAB"
}