Flow

Flow

Flow - an immersive and organized way to browse the 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": "Flow",
  "author": "The Fair AI, Inc",
  "version": "1.3.2",
  "description": "Flow - an immersive and organized way to browse the web.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "incognito": "not_allowed",
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "flowicon16.png",
    "32": "flowicon32.png",
    "48": "flowicon48.png",
    "64": "flowicon64.png",
    "128": "flowicon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "flowicon16.png",
      "32": "flowicon32.png",
      "48": "flowicon48.png",
      "64": "flowicon64.png",
      "128": "flowicon128.png"
    },
    "default_popup": "popup.html"
  }
}