Helix Tab

Helix Tab

Take your browser up a notch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "lib/chrome/background.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Helix Tab",
  "short_name": "Helix Tab",
  "version": "0.0.0.6",
  "description": "Take your browser up a notch",
  "homepage_url": "https://helix-tab.com/",
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "New Tab - Helix Tab",
    "default_icon": "icons/helix-tab.jpg"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.bing.com https://cdn.jsdelivr.net https://ff.search.yahoo.com https://cdnjs.cloudflare.com https://chrome.google.com https://www.google-analytics.com https://ssl.google-analytics.com https://helix-tab.com; object-src 'self'",
  "icons": {
    "16": "icons/helix-tab-16x16.jpg",
    "48": "icons/helix-tab-48x48.jpg",
    "128": "icons/helix-tab-128x128.jpg"
  }
}