Linkedin Dark Mode

This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Linkedin Dark Mode",
  "version": "0.3.4",
  "description": "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially",
  "page_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}