Smart Story AI - SEO tool

Smart Story AI - SEO tool

We help content creators turn insights into actions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Story AI - SEO tool",
  "description": "We help content creators turn insights into actions.",
  "short_name": "SmartStoryAI",
  "version": "0.39.0",
  "manifest_version": 3,
  "icons": {
    "16": "logo_16.png",
    "32": "logo_32.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "fingerprint.js",
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "logo_128.png",
    "default_title": "Click para configurar",
    "default_popup": "popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+uB6SbJl0Kmz9iogKTmbhsyK47dXYXmHTUYrsrPF/xXp9kspxkYbe/LnUwiGBlnbFqV7uPFI9LQYrrT61Qj0J8M1zKxqzasL1nVY372SqNRgp+DpdE+PrCyMp8M/ca0OMZLAR8TiLy5ylAOT/FL2XFQfdRfx8xpPjMG83OH6hInlDxLW2SRoM/hLAtVN7erYChg95h4GH6YSiW6H100Fq+SZK8dPOGq40QyB+CXyJdQ064XdC72CjPug5LUv6kdTkO4Ga+uAdDZq35HGrESHAt2fizZmI7poC/AdmHB++w3WeXwO/i8B4Rjgu4dMvL1hID/a2m/mvviwVBsx5vj5QIDAQAB"
}