diff --git a/Builds/TwitchNotes-v0.0.0.1.zip b/Builds/TwitchNotes-v0.0.0.1.zip new file mode 100644 index 0000000..5f1e32d Binary files /dev/null and b/Builds/TwitchNotes-v0.0.0.1.zip differ diff --git a/Twitch Notes.crx b/Twitch Notes.crx new file mode 100644 index 0000000..e7ebbe3 Binary files /dev/null and b/Twitch Notes.crx differ diff --git a/Twitch Notes.pem b/Twitch Notes.pem new file mode 100644 index 0000000..3ec3965 --- /dev/null +++ b/Twitch Notes.pem @@ -0,0 +1,28 @@ +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDR5glpjy1tBIDk +TUMR35FgLEDmDpt4LQDxJLtQldK78PGNSMlipFk2TCgLxjuNzxbrBA0AcRTEwdNN +v9UMiWYjTUlbjM7Uv5FZ7jledYXrmfO5xv1qw7x/qDPJgo5oc0RLy98DYoBKRZYD +q98jmI04FRvqLMqF1SnxESlI6Ae63NtaQZR9MIDjuosCT8bHwLoFmzl7QX9Ssg1e +uzD5I63MKBDRiFlHPKo3Tg12via2uRg6BPNOKgTrEEQkCnXp+0JimYwC6WNSMRZt +J0UCwhY1JwvJFo/CybCEhy54V3nfzSkiiJxN9N+Hu3VhwO6KJ0A0Qx65lqXtG1h7 +wxOwGHipAgMBAAECggEADE2Xms/JDxqO492RKJn052ZN+zN7J+u6t30acKezhY94 +LSVJeUYeXOPRC22ivdYYEbhNUHZltqm7dRN2jV38C2Yt6QHuJANtkDqkiLWf9FZ0 +C4fkgJlOsiHdv+Tuls8+KdOI89Br1M6oM3i5Iy4/hXxxRC7nbmRMqXltdNKgP12J +pynhzD+Y6WbJJYeAhVROv1OzkJrK5ltAiD7emUSwNdbpT837Z6tXBTUoRLvM9pL7 +MvmhZIGzyBTsG5La3XMgT5kE+dWaqoDY38GCk51VDGeTJo0X2LbzEI8Za4GxOZ5Q +MGGog4javTAvQz1RJXHoTz4/LOQtS+p1c5Ix8X5r3QKBgQD2DvrU4PswQ4N5/V5Y +Y8yZ2Fg6JDZ+ij6CQxHGFhQCyFwuxWEvYE00B3YQYVZ/2VwNwjwD4wxBlt+eB7cl +1/jIAwvLhqdwhZmyDpXLsGo7uucl+Xff+7v2n+p8NxHTgSmbo2ypyGTk1MH9CXsY +rGqyVJYPg6mmZMpNvQAWwrCpxQKBgQDaYQygx490UBCZhSnlW5iN6o5wGxSFfxAP +SvNtqmbgTILwT6cnCZnJQ6FPdHcYF6a05CraNLxNTbCgvwjZklAcGq3oR8s5vPI+ +l9f/eZcf8RHcas1K/RjnRSj1Ax2EEp6zYAfjtt6jORXt9kgKzpPTEOHDFzPXxMyp +KC3/X/6VlQKBgHqFQP7pPApvQ7NlpynKH+HnKR9iUsQ1oCSKsvn4mmQ8UjJz1A2c +HTUwFejYHxMwLzcmpW2mC79JGfX9j4PHg7hMU/43AX7093AC9THkmTE+wsRU8QzV +s2V9gWvym+y+HvLBsGTmRN7w1dticin6CHLdzY7SF5KkE1wcJUQwE3mlAoGBAKBR +2UR73Swlz1n1cgGI0iF1zmYs607qLm8btkSPcgE/Cm3D/FHjcXxZYyaCuR/91Qw9 +6dvSFV+nJoGMXcHk8V0AlSXO9zqHJUygixlqOXFguJ0Z52cjElJO6redNuEMDmhf +msspKJ+pvBi70r3kVJACd8uS0COavil9bu9pmOxVAoGAZxWosuE6RGoPFtyvsTYF +avp6Si3EDtOs9LAH1rEB7O37D1VrWBphDmCHnlEp6RgTR21NXCaALjneSrehug9g +OQT57SldKt+Zzil6UEnhqX6SZXcYit0r9SMUSOkiF52sjK6k05Al4DtaUlYbRk9M +mcvGRcKcUNi8/zfaxxyso1E= +-----END PRIVATE KEY----- diff --git a/extension/background.js b/Twitch Notes/background.js similarity index 100% rename from extension/background.js rename to Twitch Notes/background.js diff --git a/extension/icon.png b/Twitch Notes/icon.png similarity index 100% rename from extension/icon.png rename to Twitch Notes/icon.png diff --git a/extension/manifest.json b/Twitch Notes/manifest.json similarity index 89% rename from extension/manifest.json rename to Twitch Notes/manifest.json index e11ac51..12c55a3 100644 --- a/extension/manifest.json +++ b/Twitch Notes/manifest.json @@ -18,7 +18,7 @@ "matches": ["*://*.twitch.tv/*"] } ], - "description": "Add notes to twitch users", + "description": "Add notes to twitch users (only visible to you)", "externally_connectable": { "matches": ["*://*.twitch.tv/*"] }, @@ -29,6 +29,6 @@ "manifest_version": 2, "name": "Twitch Notes", "permissions": ["*://*.twitch.tv/*"], - "version": "0.0.1", + "version": "0.0.0.1", "web_accessible_resources": ["twitch-notes.js", "twitch-notes.css"] } diff --git a/extension/notes-notepad-svgrepo-com.svg b/Twitch Notes/notes-notepad-svgrepo-com.svg similarity index 100% rename from extension/notes-notepad-svgrepo-com.svg rename to Twitch Notes/notes-notepad-svgrepo-com.svg diff --git a/extension/run.js b/Twitch Notes/run.js similarity index 100% rename from extension/run.js rename to Twitch Notes/run.js diff --git a/extension/settings.html b/Twitch Notes/settings.html similarity index 100% rename from extension/settings.html rename to Twitch Notes/settings.html diff --git a/extension/twitch-notes.css b/Twitch Notes/twitch-notes.css similarity index 100% rename from extension/twitch-notes.css rename to Twitch Notes/twitch-notes.css diff --git a/extension/twitch-notes.js b/Twitch Notes/twitch-notes.js similarity index 98% rename from extension/twitch-notes.js rename to Twitch Notes/twitch-notes.js index 354088e..51074eb 100644 --- a/extension/twitch-notes.js +++ b/Twitch Notes/twitch-notes.js @@ -1,5 +1,4 @@ (function runTwitchNotes() { - // Select the node that will be observed for mutations let mousePosition = { x: 0, y: 0 }; let lastMousePosition = { x: 0, y: 0 }; @@ -162,7 +161,7 @@ )[0]; } while (!buttonContainer || giveUpAt < Date.now()); - createSettingsButton(buttonContainer); + // createSettingsButton(buttonContainer); // Options for the observer (which mutations to observe) const config = { attributes: true, childList: true, subtree: true };