ADIMIT Phone

ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.27",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "nl",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "menu.html",
    "default_icon": {
      "16": "images/icons/transparant/phone16.png",
      "32": "images/icons/transparant/phone32.png",
      "48": "images/icons/transparant/phone48.png",
      "128": "images/icons/transparant/phone128.png"
    }
  },
  "permissions": [
    "background",
    "storage",
    "notifications",
    "alarms",
    "tabs"
  ],
  "icons": {
    "16": "images/icons/transparant/phone16.png",
    "32": "images/icons/phone32.png",
    "48": "images/icons/phone48.png",
    "128": "images/icons/phone128.png"
  },
  "manifest_version": 3
}