Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hash & HMAC Generator",
"version": "1.0.0",
"description": "Hash text or files with SHA-1\/256\/384\/512, and create HMACs using a secret key. All offline via Web Crypto.",
"action": {
"default_title": "Hash & HMAC Generator",
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"storage"
]
}