SEO Toolkit by Primal

SEO Toolkit by Primal

SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SEO Toolkit by Primal",
  "short_name": "SEO Toolkit",
  "author": "Primal",
  "homepage_url": "https://www.primal.co.th",
  "description": "SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website.",
  "version": "1.8.0",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon_16.png",
    "19": "images/icon_19.png",
    "32": "images/icon_32.png",
    "38": "images/icon_38.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "19": "images/icon_19.png",
      "32": "images/icon_32.png",
      "38": "images/icon_38.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "Primal"
  },
  "background": {
    "page": "html/background.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "js/lib/iframe.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "/js/redirect/cs-page.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "js/js.js",
    "js/dom.js"
  ],
  "options_ui": {
    "open_in_tab": false,
    "page": "html/options.html"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "webRequest",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self';",
  "update_url": "https://clients2.google.com/service/update2/crx"
}