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": "Page Mail",
"version": "1.1.1",
"description": "Send the current page by email with title, selected text, and URL.",
"homepage_url": "https:\/\/github.com\/JNavas2\/Page-Mail",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png"
},
"default_title": "Page Mail: Send page by email"
},
"commands": {
"open-page-mail-popup": {
"suggested_key": {
"default": "Alt+Shift+P"
},
"description": "Open Page Mail new message popup"
}
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}