ChromePride

ChromePride

This extension changes the background color of Facebook stories to match a pride flag

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ChromePride",
  "version": "1.1",
  "icons": {
    "16": "icon.png"
  },
  "description": "This extension changes the background color of Facebook stories to match a pride flag ",
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "css": [
        "inspector-stylesheet.css"
      ]
    }
  ]
}