Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

GeopJr/SvelteGlass

svelteglass branding

Analyze Svelte Apps


action accessibility CoC


firefox addon chromium addon

This extension will show you what a Svelte App consists of.

Screenshots

screenshot showing svelteglass on firefox screenshot showing svelteglass on chrome

Info

The extension is made with Vue and uses regex to detect the technologies a page consists of. At the time of writing this it's almost impossible for me to detect more technologies like UI, Svelte version, plugins etc.

The extension is heavily inspired by VueTelescope and Wappalyzer. Show them some love!

Project setup

You are going to need the font which is not included. You can get it from Google Fonts. After downloading, place it in src/assets/Overpass.woff2.

Installs dependencies

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint