eAngel Proofreading for Emails
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.js",
"jquery-ui-1.12.1.js",
"eangel-chrome-bundle.js"
],
"matches": [
"http://mail.google.com/*",
"https://mail.google.com/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' https://*.google.com https://*.eangel.me https://eangel.me 'unsafe-eval'; object-src 'self'",
"description": "eAngel Proofreading for Emails",
"icons": {
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "eAngel Proofreading for Emails",
"short_name": "eAngel",
"permissions": [],
"version": "4.8.4",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}