Skip to content

Instantly share code, notes, and snippets.

@huchenme
Created July 8, 2019 07:13
Show Gist options
  • Save huchenme/0142cb42ddc66fde8de9b45ef865981b to your computer and use it in GitHub Desktop.
Save huchenme/0142cb42ddc66fde8de9b45ef865981b to your computer and use it in GitHub Desktop.
Medium background script article
{
"manifest_version": 2,
"name": "My Awesome Background script",
"version": "1.0.0",
"permissions": ["alarms"],
"background": {
"scripts": ["background.js"],
"persistent": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment