Dark Theme For Insta

Dark Theme For Insta

Dark theme for insta to change text color to creame and background color to black.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ]
    }
  ],
  "description": "Dark theme for insta to change text color to creame and background color to black.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Dark Theme For Insta",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.2"
}