eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.json 591B

1234567891011121314151617
  1. {
  2. "name": "Native Messaging espeak-ng",
  3. "description": "Native Messaging => eSpeak NG => PHP passthru() => fetch() => Transferable Streams => MediaStreamTrack",
  4. "version": "2.0",
  5. "manifest_version": 3,
  6. "permissions": ["nativeMessaging", "tabs"],
  7. "background": {
  8. "service_worker": "background.js"
  9. },
  10. "web_accessible_resources": [ {
  11. "resources": [ "nativeTransferableStream.html", "nativeTransferableStream.js" ],
  12. "matches": [ "https://github.com/*", "https://bugs.chromium.org/*" ],
  13. "extensions": [ ]
  14. }],
  15. "action": {},
  16. "author": "guest271314"
  17. }