a e s t h e t i c

a e s t h e t i c

m a k e e v e r y t h i n g a e s t h e t i c

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "a e s t h e t i c",
  "version": "0.1.0",
  "description": "m a k e  e v e r y t h i n g  a e s t h e t i c",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}