Link2Phone

Link2Phone

This extension help you send links to your phone for Free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Link2Phone",
  "description": "This extension help you send links to your phone for Free",
  "version": "0.1.2",
  "version_name": "0.1.1.BETA",
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio-demo.com https://*.getmdl.io; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "home.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts.js",
        "script_home.js",
        "checkinfo.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}