AI Thingy

AI Thingy

Craft exceptional copy effortlessly on any topic with AI assistance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI Thingy",
  "version": "1.15",
  "description": "Craft exceptional copy effortlessly on any topic with AI assistance",
  "icons": {
    "16": "ext-icon.png",
    "32": "ext-icon.png",
    "48": "ext-icon-big.png",
    "128": "ext-icon-big.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "ext-icon.png",
    "default_title": "Craft exceptional copy effortlessly on any topic with AI assistance"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "externally_connectable": {
    "ids": [
      "cocdfbhkjfegkdadfbhpblfobegloboi"
    ],
    "matches": [
      "https://app.aithingy.co/*",
      "https://aithingy.co/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "text-field.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqC340F+XtZozgNFhwZ4mZunwj88+1nIKgFW1sz2Z4+PRTNTMDBdG8udr2/E1Ho9jY6Xa+eCUl/alJGDc8AgNZkKANfSCHX7bepkivZnII+YJ82NEphZBgC90dIaJ0L7x+yvABHkidW2WnPGOC4zhhfpQMqnwoEbRTrPxKHPuQO48tzkTZO3vtGN3qSCsdZK0My41PHb0MPrP4iMBOEcI7RHz4qkc4hV4iTEI1ZD9evhtKCISVPGcnje4w7xMbnE6y6s+FHdWwWiidVX93dpCcaIwRTnM82fWaDWiDvS0psqIku/5L3Mu7LLJ+eMbAn5kRa5NBcEqybMH0vB+73YvbwIDAQAB"
}