Instagram Direct Messages

Instagram Direct Messages

Direct Messages is fully supported. Enjoy the most beautiful Desktop client for Instagram.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/lib/jquery.min.js",
      "js/storage.js",
      "js/background.js",
      "js/functions.js",
      "js/progress.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/64.png",
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/ua.js",
        "js/storage.js",
        "js/content.js",
        "js/dash.js",
        "js/setting.js",
        "js/sink.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/rate.css"
      ],
      "js": [
        "js/rate.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/lib/jquery.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/instaLinkListener.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self';",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "optional_permissions": [
    "notifications"
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "version": "1.6.2",
  "web_accessible_resources": [
    "img/*",
    "css/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}