From 195ab31797684425beab6ea6b46c89933e269ebd Mon Sep 17 00:00:00 2001 From: Mati02K Date: Fri, 8 Apr 2022 12:33:17 +0530 Subject: [PATCH] Documentation added with Minor changes to code. --- README.md | 28 ++++++++++++++++++++++++++-- html/request.html | 4 ++-- manifest.json | 1 - 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84ad8bf..d0df356 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# Quasar-Developer-Tools -This File is for developing Quasar Developer Tools Extension. +# Quasar Developer Tools +### Built By Quasar Community for the Community. + The Quasar Developer Tools has some of the basic tools required by the developers while building their projects like basic emulation of some popular devices to test their design and a API tester to test their API calls. + +### File Structure +* HTML + * Popup ---> Main entry file which appears on extension click. + * request ---> Api Test page of the extension. +* CSS + * request --> Css for Request.html. + * popup ---> Css for Popup.html. + * Vendor ---> External library files. +* JS + * Vendor ---> External library files. + * Popup ---> JS for popup.html. + * Request ---> JS for request.html. + * Eventpage ---> Service Worker running in the background. + * Content ---> Content Script which will return the current URL of the user. +* Icons (All Icons) +* Manifest.json + +## Contributing Guidelines + This is open source tool and is currently at a beginning phase, anyone can contribute to this project by first forking the repository to your account, making the changes and then creating a pull request. Make sure you explain breifly about what you did in the comments in the PR, so that it will be helpful for the reviewer to approve the changes. +## Developed by Quasar Community +![Quasar Community Logo](https://github.com/Quasar-Community/Quasar-Developer-Tools/blob/main/icons/Quasar_Community_Logo.png?raw=true) + \ No newline at end of file diff --git a/html/request.html b/html/request.html index 21cf3ab..b35178f 100644 --- a/html/request.html +++ b/html/request.html @@ -11,8 +11,8 @@ - - + + diff --git a/manifest.json b/manifest.json index c402b83..f9d00a8 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,6 @@ "default_icon" : "icons/logo128.png", "default_popup" : "html/popup.html" }, - "options_page" : "html/popup.html", "background" : { "service_worker": "js/eventPage.js" },