My Phone Number - whatismynumber.io

My Phone Number - whatismynumber.io

What is my phone number? A simple way to detect and show you your phone number.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appDesc__",
  "description": "__MSG_appDesc__",
  "author": "WhatIsMyNumber (whatismynumber.io)",
  "version": "1.0.3",
  "default_locale": "en",
  "icons": {
    "128": "img/ico_128_v2.png"
  },
  "browser_action": {
    "default_icon": "img/ico_19x19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://cdn.mxpnl.com https://whatismynumber.io;  object-src 'self';",
  "manifest_version": 2
}