My Cloud Tab

My Cloud Tab

My Cloud Tab provides an easier way to search the web and access popular cloud storage providers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My Cloud Tab",
  "short_name": "My Cloud Tab",
  "version": "1.0.1",
  "description": "My Cloud Tab provides an easier way to search the web and access popular cloud storage providers",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "author": "My Cloud Team",
  "action": {
    "browser_style": false,
    "default_title": "My Cloud Tab"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}