Commit 8095cbe7 by ramdayalmunda

production initial

parent 828505b2
var getUserDetails = null var getUserDetails = null
!function () { !function () {
var origin = "https://begenieus.online" var origin = "https://begenieus.com"
var tutorShotId = null var tutorShotId = null
var imageNumber = 0; var imageNumber = 0;
var recording = false; var recording = false;
......
...@@ -5,7 +5,7 @@ var loggedIn = false; ...@@ -5,7 +5,7 @@ var loggedIn = false;
var floatingBar = null; var floatingBar = null;
var startingOverlay = null; var startingOverlay = null;
var overlayInterval = null; var overlayInterval = null;
const origin = "https://begenieus.online" const origin = "https://begenieus.com"
var userDetails = {}; var userDetails = {};
var btn = {}; var btn = {};
var tutorShotOid = null; var tutorShotOid = null;
......
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Click Capturer", "name": "Tutor Shot",
"version": "1.0", "version": "1.0",
"description": "A basic Chrome extension", "description": "An extension that BeGenieUs makes use of. With the help of the TutorShot module from BeGenieUs, users may create simple tutorial videos by taking screenshots and recording mouse clicks.",
"permissions": [ "permissions": [
"activeTab", "activeTab",
"storage" "storage"
......
!function () { !function () {
const origin = "https://begenieus.online" const origin = "https://begenieus.com"
const api = axios.create({ const api = axios.create({
baseURL: `${origin}/api`, // the base URL for nodeserver is okay but NGINX is giving error baseURL: `${origin}/api`, // the base URL for nodeserver is okay but NGINX is giving error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment