Skip to content

Instantly share code, notes, and snippets.

@jpmedley
Last active October 5, 2023 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmedley/fc1a308d0aacc77325380c730388a80c to your computer and use it in GitHub Desktop.
Save jpmedley/fc1a308d0aacc77325380c730388a80c to your computer and use it in GitHub Desktop.
Next, create a new file in this directory called `manifest.json`. This JSON object describes the extension's
capabilities and configuration. For example, most manifest files contain an `"action"` key which declares
the image Chrome should use as the extension's action icon and the HTML page to show in a popup when the
extension's action icon is clicked.
Add the following code:
```json
...
```
Download the icon to your directory, and be sure to change its name to match what's in the "default_icon" key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment