Swello Theme for Replit

Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Swello Theme for Replit",
  "version": "0.3.1",
  "description": "Swello Theme for Replit by Sam Cheng",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://replit.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Swello Replit Theme"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}