Skip to content

Commit 46ba958

Browse files
committed
chore: apply consistent file-path headers
1 parent 26358e1 commit 46ba958

24 files changed

Lines changed: 648 additions & 0 deletions

background.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// background.js
2+
13
// Background service worker for Elbi GradeSim
24
// Privacy: All data is stored locally using chrome.storage.local
35
// No data is ever sent to external servers

content.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// content.js
2+
13
// Content script for Elbi GradeSim
24
// Runs on amis.uplb.edu.ph pages
35
// Privacy: Only captures grades data that the user already has access to.

curriculum.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// curriculum.js
2+
13
// UPLB Curriculum Database
24
// Complete undergraduate programs for University of the Philippines Los Baños
35
// NOTE: This is UPLB only - not UP Diliman, UP Manila, etc.

curriculum_temp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// curriculum_temp.js
2+
13
// UPLB Curriculum Database
24
// Complete undergraduate programs for University of the Philippines Los Baños
35
// NOTE: This is UPLB only - not UP Diliman, UP Manila, UP Baguio, etc.

extension/src/background.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// extension/src/background.js
2+
13
// Background service worker for Elbi GradeSim
24
// Privacy: All data is stored locally using chrome.storage.local
35
// No data is ever sent to external servers

extension/src/content.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// extension/src/content.js
2+
13
// Content script for Elbi GradeSim
24
// Runs on amis.uplb.edu.ph pages
35
// Privacy: Only captures grades data that the user already has access to.

extension/src/curriculum.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// extension/src/curriculum.js
2+
13
// UPLB Curriculum Database
24
// Complete undergraduate programs for University of the Philippines Los Baños
35
// NOTE: This is UPLB only - not UP Diliman, UP Manila, etc.

extension/src/curriculum_graphs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// extension/src/curriculum_graphs.js
2+
13
// UPLB Curriculum Graphs Database
24
// Generated automatically from official PDF checklists
35

extension/src/curriculum_temp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// extension/src/curriculum_temp.js
2+
13
// UPLB Curriculum Database
24
// Complete undergraduate programs for University of the Philippines Los Baños
35
// NOTE: This is UPLB only - not UP Diliman, UP Manila, UP Baguio, etc.

extension/src/popup.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* extension/src/popup.css */
2+
13
/* Elbi GradeSim - Sims-Inspired Pixelated Theme */
24

35
@import url('https://fonts.googleapis.com/css2?family=VT323&family=Press+Start+2P&family=Nunito:wght@400;600;700&display=swap');

0 commit comments

Comments
 (0)