GitHub OpenGraph preview
QUICK LINKS
README
Place your Chrome extensions in this directory. Each extension should be in its own subdirectory with a valid manifest.json file.
extensions/
├── old-tweetdeck/
│ ├── manifest.json
│ ├── background.js
│ ├── content.js
│ └── ...
├── custom-css-helper/
│ ├── manifest.json
│ ├── styles.css
│ └── ...
└── other-extension/
├── manifest.json
└── ...
manifest.json file