New Tab by SOCODE.PRO

New Tab by SOCODE.PRO

programming resources in the new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "default_locale": "en",
  "version": "1.7.2",
  "icons": {
    "16": "assets/icons/favicon-16.png",
    "32": "assets/icons/favicon-32.png",
    "48": "assets/icons/favicon-48.png",
    "128": "assets/icons/favicon-128.png"
  },
  "description": "__MSG_app_description__",
  "homepage_url": "https://socode.pro",
  "short_name": "socode",
  "permissions": [
    "storage",
    "contextMenus",
    "identity",
    "https://github.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-VK+pKL3MRvBY2BmWZQQrf4dm90dj3F2xZ7/V3Zs07ko=' https://cdn.jsdelivr.net; object-src 'self'",
  "author": "elliotreborn",
  "minimum_chrome_version": "64",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://socode.pro/*"
      ],
      "js": [
        "markContentScript.bundle.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "omnibox": {
    "keyword": "sc"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}