Make the Space

Make the Space

Make the Space - Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Make the Space",
  "version": "0.0.1",
  "incognito": "split",
  "description": "Make the Space - Chrome extension.",
  "icons": {
    "16": "MTS_16x16.png",
    "48": "MTS_48x48.png",
    "128": "MTS_128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "js/app.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}