Mobile Design for Social Network Sites

Mobile Design for Social Network Sites

Modify mobile version of facebook design while using it on your desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mobile Design for Social Network Sites",
  "version": "1.2",
  "description": "Modify mobile version of facebook design while using it on your desktop.",
  "manifest_version": 3,
  "icons": {
    "32": "/icons/icon-32.png",
    "48": "/icons/icon-64.png",
    "128": "/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://m.facebook.com/*"
      ],
      "css": [
        "mobile-style.css"
      ]
    }
  ]
}