Skip to content

Instantly share code, notes, and snippets.

@JustDravee
Created December 31, 2020 14:44
Show Gist options
  • Save JustDravee/fa0b5d9d2bece323ff37659310dcc5ce to your computer and use it in GitHub Desktop.
Save JustDravee/fa0b5d9d2bece323ff37659310dcc5ce to your computer and use it in GitHub Desktop.
manifest.json de l'extension Lecture Vocale
{
"manifest_version": 2,
"name": "Lecture Vocale Extension",
"version": "1.0",
"description": "Lecture vocale du texte sélectionné",
"icons":{
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"scripts": ["eventPage.js"],
"persistent": false
},
"permissions": [
"tts",
"contextMenus"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment