mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-08 00:55:37 +00:00
10 lines
343 B
JavaScript
10 lines
343 B
JavaScript
|
|
// Utility functions for GitHub Git Notes Viewer
|
||
|
|
|
||
|
|
// Currently empty as the main functionality is in content.js and background.js
|
||
|
|
// This file is included in the manifest for future utility functions
|
||
|
|
|
||
|
|
// Placeholder for future utilities:
|
||
|
|
// - SHA validation
|
||
|
|
// - Markdown rendering
|
||
|
|
// - Enhanced error handling
|
||
|
|
// - User preferences management
|