Text2Me

Text2Me

This extension will send the current web link to your phone via SMS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Text2Me",
  "description": "This extension will send the current web link to your phone via SMS",
  "version": "1.91",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_title": "Text2Me",
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://*/"
  ]
}