GraphiTabs

GraphiTabs

Your tabs in order. Smart way to organize your web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GraphiTabs",
  "version": "0.1.1",
  "description": "Your tabs in order. Smart way to organize your web.",
  "icons": {
    "16": "/res/image/logo/16.png",
    "48": "/res/image/logo/48.png",
    "128": "/res/image/logo/128.png"
  },
  "browser_action": {
    "default_icon": "/res/image/logo/19.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "bookmarks"
  ]
}