Native Instagram Dark Mode

Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Native Instagram Dark Mode",
  "description": "Forces instagram.com to use its native dark mode!",
  "version": "0.0.1",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ]
}