GETitOUT – Marketing Texts for Everyone

GETitOUT – Marketing Texts for Everyone

Build better marketing materials faster: Professional marketing texts for your websites, emails, presentations, and anything else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GETitOUT – Marketing Texts for Everyone",
  "short_name": "GETitOUT",
  "description": "Build better marketing materials faster: Professional marketing texts for your websites, emails, presentations, and anything else.",
  "manifest_version": 3,
  "version": "1.0.0",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "A popup will come"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/competitors.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/clients.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/cta.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/materials.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/company.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/product-features.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/buyer-personas.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content/benefits.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "src/background/background.js"
  },
  "icons": {
    "16": "resources/gio_logo.png",
    "32": "resources/gio_logo.png",
    "48": "resources/gio_logo.png",
    "128": "resources/gio_logo.png"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:5000/*",
      "https://*.getitout.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/templates/home.html",
        "src/content/templates/login.html",
        "src/content/templates/products.html",
        "src/content/templates/navigation.html",
        "src/content/templates/benefits-bp-details.html",
        "src/content/templates/benefits-details.html",
        "src/content/templates/buyer-personas.html",
        "src/content/templates/buyer-persona-individual.html",
        "src/content/templates/design.html",
        "src/content/templates/product-features.html",
        "src/content/templates/feature-details.html",
        "src/content/templates/benefits.html",
        "src/content/templates/company-team.html",
        "src/content/templates/member-details.html",
        "src/content/templates/competitors.html",
        "src/content/templates/competitor-details.html",
        "src/content/templates/client-details.html",
        "src/content/templates/clients.html",
        "src/content/templates/call-to-action.html",
        "src/content/templates/cta-details.html",
        "src/content/templates/websites.html",
        "src/content/templates/website-details.html",
        "src/content/templates/emails.html",
        "src/content/templates/email-details.html",
        "src/content/templates/miscellaneous.html",
        "src/content/templates/miscellaneous-details.html",
        "src/content/components/AppComponents.js",
        "src/content/components/Footer.js",
        "src/content/components/header/Header.js",
        "src/content/components/header/ProductMenu.js",
        "src/content/components/buyerPersonas/BpCard.js",
        "src/content/components/Location.js",
        "src/content/components/header/HeaderMenu.js",
        "src/content/components/Loader.js",
        "src/content/components/buyerPersonas/BpData.js",
        "src/content/components/design/ColorCopy.js",
        "src/content/components/design/DesignImageCopy.js",
        "src/content/components/ProductOrFeatures.js",
        "src/content/components/Tags.js",
        "src/content/components/CardWithIcon.js",
        "src/content/components/LogoCopy.js",
        "src/content/components/ListWithCopy.js",
        "src/content/components/ImageCopy.js",
        "src/content/components/DefaultMessage.js",
        "src/content/components/SubItem.js",
        "src/content/components/TextCopy.js",
        "src/content/components/NavigationCard.js",
        "src/content/components/BenefitCard.js",
        "src/content/components/CardWithImage.js",
        "src/content/components/Copy.js",
        "src/content/components/Button.js",
        "src/content/components/Link.js",
        "src/content/components/MenuList.js",
        "src/content/components/GoBack.js",
        "dist/style.css",
        "resources/assets/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}