Eskritor: Smart Writing Assistant

Smart Writing Asistant. Automatically generate text with artificial intelligence (AI) content writer.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1",
  "default_locale": "en",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "fulllogo_16.png",
    "48": "fulllogo_48.png",
    "128": "fulllogo_128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://app.eskritor.com/*",
    "https://eskritor.com/*",
    "https://transkriptor.com/*"
  ]
}