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",
"name": "Decrypt Notes for Evernote\u2122",
"description": "Decrypt encrypted strings in Evernote's 'enex' file and optionally encrypt in new format",
"version": "0.1.0",
"manifest_version": 3,
"homepage_url": "https:\/\/webextension.org\/listing\/evernote-decryptor.html",
"permissions": [
"storage"
],
"background": {
"service_worker": "worker.js"
},
"offline_enabled": true,
"action": [],
"icons": {
"16": "\/data\/icons\/16.png",
"32": "\/data\/icons\/32.png",
"48": "\/data\/icons\/48.png",
"64": "\/data\/icons\/64.png",
"128": "\/data\/icons\/128.png",
"256": "\/data\/icons\/256.png",
"512": "\/data\/icons\/512.png"
},
"commands": {
"_execute_action": []
}
}