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": "Copy mailto email",
"description": "Copy mailto email address instead of opening it in an email client.",
"version": "0.1.2",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"inj-content-script.css"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_title": "Copy mailto email address instead of opening it in an email client."
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inj-content-script.js",
"content-script.js"
],
"css": []
}
],
"permissions": [],
"icons": {
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
}