Nonlinear Browser

Nonlinear Browser

Representing browser tabs in a tree for contextual thought

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nonlinear Browser",
  "description": "Representing browser tabs in a tree for contextual thought",
  "version": "0.5.0",
  "permissions": [
    "tabs"
  ],
  "background": {
    "persistent": false,
    "page": "tabs_api.html"
  },
  "browser_action": {
    "default_icon": "res/logo/favicon.png",
    "default_title": "Open Nonlinear Browser"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://d3js.org/d3.v6.min.js https://w.appzi.io/ https://www.gstatic.com/ https://*.firebaseio.com  https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css https://www.googleapis.com https://apis.google.com https://ajax.googleapis.com; object-src 'self'",
  "oauth2": {
    "client_id": "693229853662-0ib0k3hru04sb2da03e6nltso00at1ur.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}