Instagram Dark Mode Extension

Instagram Dark Mode Extension

Easily switch your Instagram page to dark mode to protect your eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "declarativeNetRequest",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}