Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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:\/\/*\/*" ] } ] }