Space Tab

Space Tab

Make yourself more productive with Space Tab - extension that adapts to your desires!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Space Tab",
  "description": "Make yourself more productive with Space Tab - extension that adapts to your desires!",
  "version": "1.0.2",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "64": "/images/64.png",
    "128": "/images/128.png"
  },
  "short_name": "MySpace",
  "chrome_url_overrides": {
    "newtab": "html/new_tab_page.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://spaceytab.com/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  }
}