iKontacts - Contacts Manager for Messenger

iKontacts - Contacts Manager for Messenger

Contacts Manager for Chat Messenger

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iKontacts - Contacts Manager for Messenger",
  "short_name": "iKontacts",
  "version": "5.2",
  "description": "Contacts Manager for Chat Messenger",
  "permissions": [
    "activeTab",
    "downloads",
    "scripting",
    "unlimitedStorage",
    "storage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "iKontacts"
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 3
}