Flowstart - Beautiful startpage experience

Flowstart - Beautiful startpage experience

This extension changes the page for each New tab in your browser to Flowstart.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Wuxxu s.r.o",
  "manifest_version": 2,
  "default_locale": "en_US",
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon/16x16.png",
    "48": "images/icon/48x48.png",
    "128": "images/icon/128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "flowstart.html"
  },
  "permissions": [],
  "version": "1.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}