Aesthetic Width

Aesthetic Width

A simple-yet-stupid chrome extension to have fullwidth text for your vaporwave LIFE.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aesthetic Width",
  "short-name": "Aesthetic Width",
  "description": "A simple-yet-stupid chrome extension to have fullwidth text for your vaporwave LIFE.",
  "version": "2.1",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon-512.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}