Gryphon ONE Extension

Gryphon ONE Extension

Certify phone numbers appearing in text on any web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gryphon ONE Extension",
  "version": "21.0.12",
  "manifest_version": 2,
  "description": "Certify phone numbers appearing in text on any web page.",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "https://testcorephone.gryphonnetworks.com/",
    "https://clienttest.gryphonnetworks.com/",
    "https://qacorephone.gryphonnetworks.com/",
    "https://clientqa.gryphonnetworks.com/",
    "https://corephone.gryphonnetworks.com/",
    "https://client.gryphonnetworks.com/"
  ],
  "icons": {
    "128": "images/gspb_IconActive.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.htm",
  "options_ui": {
    "page": "options.htm",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "init.js",
        "auth.js",
        "panel.js",
        "dialer.js",
        "parse.js",
        "cert.js",
        "history.js",
        "c2d.js",
        "message.js",
        "si.js",
        "sip-0.15.11.min.js",
        "webrtc.js",
        "botcontent.js",
        "calltrans.js",
        "gryph.js"
      ],
      "css": [
        "gspbstyle.css"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "images/gngspb-callHistory.svg",
    "images/gngspb-callHistoryAlt.svg",
    "images/gngspb-callHistoryAltPhone.svg",
    "images/gngspb-callHistoryCall.svg",
    "images/gngspb-callHistoryCallC.svg",
    "images/gngspb-cancelX.svg",
    "images/gngspb-certDetails.svg",
    "images/gngspb-certDNC.svg",
    "images/gngspb-certError.svg",
    "images/gngspb-certOK.svg",
    "images/gngspb-icon_badge1st.svg",
    "images/gngspb-icon_badge2nd.svg",
    "images/gngspb-icon_badge3rd.svg",
    "images/gngspb-icon_callContinue.svg",
    "images/gngspb-icon_callCancel.svg",
    "images/gngspb-icon_certCheck.svg",
    "images/gngspb-icon_chartTrending.svg",
    "images/gngspb-icon_Checkmark.svg",
    "images/gngspb-icon_chevronDown.svg",
    "images/gngspb-icon_closeSqr.svg",
    "images/gngspb-icon_competitor.svg",
    "images/gngspb-icon_dialerTranscript.svg",
    "images/gngspb-icon_dialerTranscriptBg.svg",
    "images/gngspb-icon_feedbackThumbs.svg",
    "images/gngspb-icon_feedbackThumbsDown.svg",
    "images/gngspb-icon_feedbackThumbsUp.svg",
    "images/gngspb-icon_gryphResource.svg",
    "images/gngspb-icon_handsetFilled.svg",
    "images/gngspb-icon_keypad.svg",
    "images/gngspb-icon_loginAlt.svg",
    "images/gngspb-icon_logout.svg",
    "images/gngspb-icon_profileDropDown.svg",
    "images/gngspb-icon_profileDropDown.svg",
    "images/gngspb-icon_profileSm.svg",
    "images/gngspb-icon_salesMethod.svg",
    "images/gngspb-icon_transcript.svg",
    "images/gngspb-icon_vidconf.svg",
    "images/gngspb-iconCallError.svg",
    "images/gngspb-infoHelp.svg",
    "images/gngspb-settings.svg",
    "gspbstyle.css",
    "inter.css",
    "inter.woff2"
  ],
  "browser_action": {
    "default_icon": "images/gspb_IconActive.png"
  }
}