GuinRank

GuinRank

A professional toolkit for SEO Content Kings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GuinRank",
  "description": "A professional toolkit for SEO Content Kings",
  "version": "1.5.0",
  "icons": {
    "16": "pic/icon.png",
    "32": "pic/icon.png",
    "48": "pic/icon.png",
    "128": "pic/icon.png"
  },
  "action": {
    "default_title": "GuinRank",
    "default_icon": {
      "16": "pic/icon.png",
      "32": "pic/icon.png",
      "48": "pic/icon.png",
      "128": "pic/icon.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_page": "pages/Options.html",
  "permissions": [
    "storage"
  ],
  "minimum_chrome_version": "88",
  "content_security_policy": {},
  "content_scripts": [
    {
      "matches": [
        "https://*.google.com/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/vue.min.js",
        "js/Injection.js"
      ],
      "css": [
        "css/Style.css"
      ]
    },
    {
      "matches": [
        "https://*.bing.com/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/vue.min.js",
        "js/Injection.js"
      ],
      "css": [
        "css/Style.css"
      ]
    },
    {
      "matches": [
        "https://*.blogger.com/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/vue.min.js",
        "js/Injection.js",
        "/js/Global.js"
      ],
      "css": [
        "css/Style.css"
      ]
    },
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/vue.min.js",
        "js/Injection.js"
      ],
      "css": [
        "css/Style.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/vue.min.js",
        "js/Injection.js",
        "/js/Global.js"
      ],
      "css": [
        "css/Style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.google.com/*"
      ],
      "resources": [
        "js/Components/Vue/Search/Google.js",
        "index.html",
        "/pages/Search/Google.html",
        "css/Style.css",
        "img/*.png",
        "*.js"
      ]
    },
    {
      "matches": [
        "https://*.bing.com/*"
      ],
      "resources": [
        "js/Components/Vue/Search/Bing.js",
        "index.html",
        "/pages/Search/Bing.html",
        "css/Style.css",
        "img/*.png",
        "*.js"
      ]
    },
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "resources": [
        "js/Components/Vue/Youtube/Youtube.js",
        "js/Components/Vue/Youtube/YoutubeChanged.js",
        "pages/YouTube/Related.html",
        "css/Style.css",
        "img/*.png",
        "*.js"
      ]
    },
    {
      "matches": [
        "https://*.blogger.com/*"
      ],
      "resources": [
        "js/Components/Vue/Blogger/Blogger.js",
        "js/Components/Vue/Blogger/Editor.js",
        "pages/Blogger/Editor.html",
        "/js/Global.js",
        "css/Style.css",
        "img/*.png",
        "*.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "js/Components/Vue/WordPress/WordPress.js",
        "js/Components/Vue/WordPress/Editor.js",
        "pages/WordPress/Editor.html",
        "/js/Global.js",
        "css/Style.css",
        "img/*.png",
        "*.js"
      ]
    }
  ]
}