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": "Textellent Messenger",
"description": "Easily text a phone number from any web page, CRM system or web application with one click",
"version": "1.2.6.2",
"manifest_version": 3,
"action": {
"default_icon": "images\/icon19.png",
"default_popup": "html\/popup.html",
"default_title": "Textellent Messenger"
},
"background": {
"service_worker": "js\/eventpage.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*.textellent.com\/*",
"https:\/\/trello.com\/*",
"*:\/\/*.taxwise.com\/*",
"https:\/\/*.clickup.com\/*",
"https:\/\/docs.google.com\/*"
],
"js": [
"js\/patch.js",
"js\/contentscript.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"icons": {
"16": "images\/icon16.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/logoIcon.png",
"images\/logo.png",
"images\/tm-text-icon.png"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
]
}