[
  {
    "id": "tw.loadExtension.embedded",
    "description": "Part of modal asking for permission to automatically load custom extension",
    "defaultMessage": "The project wants to load a custom extension with the code:"
  },
  {
    "id": "tw.loadExtension.url",
    "description": "Part of modal asking for permission to automatically load custom extension",
    "defaultMessage": "The project wants to load a custom extension from the URL:"
  },
  {
    "id": "tw.loadExtension.unsandboxed",
    "description": "Part of modal asking for permission to automatically load custom extension",
    "defaultMessage": "Run without sandbox"
  },
  {
    "id": "tw.loadExtension.unsandboxedWarning",
    "description": "Part of modal asking for permission to automatically load custom extension",
    "defaultMessage": "Loading extensions without the sandbox is dangerous. It will be able to corrupt your project, delete your settings, phish for passwords, and other bad things. The {APP_NAME} developers are not responsible for any resulting issues."
  },
  {
    "id": "tw.loadExtension.sandboxed",
    "description": "Part of modal asking for permission to automatically load custom extension",
    "defaultMessage": "While the code will be sandboxed, it will still have access to information about your device such as your IP and general location. Make sure you trust the author of this extension before continuing."
  }
]