Skip to content

Commit

Permalink
Complete rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlostorto committed Apr 10, 2023
1 parent 82d90c8 commit d2aa253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 93 deletions.
2 changes: 1 addition & 1 deletion chrome-extension/inject.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
async function fetchScript() {
try {
let response = await fetch('https://raw.githubusercontent.com/alexlostorto/sparx/main/release.json');
let response = await fetch('https://raw.githubusercontent.com/alexlostorto/magic-notes/main/release.json');
let json = await response.json();

let js = document.createElement("script");
Expand Down
7 changes: 3 additions & 4 deletions chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Sparx Extension",
"version": "2.0.7",
"name": "Magic Notes",
"version": "3.1.0",
"description": "Stores bookwork codes and has colour themes",

"host_permissions": [
Expand All @@ -17,8 +17,7 @@
"default_icon": {
"128": "logo.png"
},
"default_title": "Sparx Extension",
"default_popup": "popup.html"
"default_title": "Sparx Extension"
},

"permissions": [
Expand Down
39 changes: 0 additions & 39 deletions chrome-extension/popup.html

This file was deleted.

49 changes: 0 additions & 49 deletions chrome-extension/popup.js

This file was deleted.

0 comments on commit d2aa253

Please sign in to comment.