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": "Email Signature | Name.page - HTML Email Signature Generator",
"icons": {
"32": "icons\/namePage-32x32.png",
"72": "icons\/namePage-72x72.png",
"128": "icons\/namePage-128x128.png",
"512": "icons\/namePage-512x512.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"frontend\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"cookies",
"management"
],
"host_permissions": [
"https:\/\/name.page\/",
"*:\/\/mail.google.com\/*",
"*:\/\/mail.yahoo.com\/*",
"*:\/\/outlook.live.com\/\/*",
"*:\/\/jdify.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/",
"*:\/\/*\/*"
],
"css": [
"au_contentScript.css"
],
"js": [
"au_contentScript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"version": "0.1.3",
"description": "The Name.page Email Signature Extension can add your professional email signature to your email service hassle-free"
}