1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 00:55:37 +00:00
cnotes/chrome-extension/utils.js

10 lines
343 B
JavaScript
Raw Normal View History

// 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