My T-Mo Helper

My T-Mo Helper

An extension to help you find your T-Mobile SOC code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "My T-Mo Helper",
  "version": "0.1.2",
  "description": "An extension to help you find your T-Mobile SOC code.",
  "permissions": [
    "https://*.t-mobile.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html",
    "show_matches": [
      "https://*.t-mobile.com/*"
    ],
    "default_icon": {
      "16": "images/tmohelper16.png",
      "32": "images/tmohelper32.png",
      "48": "images/tmohelper48.png",
      "128": "images/tmohelper128.png"
    }
  },
  "icons": {
    "16": "images/tmohelper16.png",
    "32": "images/tmohelper32.png",
    "48": "images/tmohelper48.png",
    "128": "images/tmohelper128.png"
  },
  "manifest_version": 2
}