RankNow.ai

RankNow.ai

Unlock writing potential with RankNow.ai! Pro templates for copywriting, SEO, marketing. Boost productivity now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RankNow.ai",
  "description": "Unlock writing potential with RankNow.ai! Pro templates for copywriting, SEO, marketing. Boost productivity now!",
  "version": "0.0.11",
  "version_name": "0.0.11 beta",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_title": "RankNow.ai - Open ChatGPT"
  },
  "permissions": [
    "activeTab",
    "declarativeNetRequestWithHostAccess"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.ranknow.ai:*/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "httpService.js",
        "main-script.js",
        "style.css"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "path": "csp.json",
        "enabled": true
      }
    ]
  },
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://*.ranknow.ai/"
  ]
}