Examine source code of Restyle Letto

Inspect and view changes in Restyle Letto source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Restyle Letto",
  "description": "Neugestaltung des Letto UI für bessere Übersicht und einfachere Bedienung.",
  "version": "0.1.0",
  "icons": {
    "48": "./img/logo_on48.png",
    "512": "./img/logo_on512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "./img/logo_on512.png",
    "default_title": "Restyle Letto"
  },
  "permissions": [
    "tabs",
    "https://letto.htlstp.ac.at/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}