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": "Text to Encryption Converter",
"description": "Encrypt\/decrypt text with a key into AES, SHA, MD5, Binary, Base64 and more!",
"version": "1.0.0",
"permissions": [
"clipboardWrite"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "padlock.png",
"48": "padlock.png",
"128": "padlock.png"
}
},
"icons": {
"16": "padlock.png",
"48": "padlock.png",
"128": "padlock.png"
}
}