Face Style😐🤔😲

Face Style😐🤔😲

Edit Google Docs text styles with your face!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Face Style😐🤔😲",
  "version": "1.1",
  "description": "Edit Google Docs text styles with your face!",
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/document/d/*"
      ],
      "js": [
        "utils.js",
        "flatclmtrackr.js",
        "docshack.js",
        "track.js"
      ]
    }
  ]
}