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": "Mobile Text Alerts",
"description": "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.",
"version": "1.0.1",
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-48x48.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.mobile-text-alerts.com\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"host_permissions": [
"*:\/\/*.mobile-text-alerts.com\/*"
],
"permissions": [
"cookies"
],
"background": {
"service_worker": "background.js"
}
}