Agni Newtab - Versatile Browser Start Page

Agni Newtab - Versatile Browser Start Page

Customise your start page with apps, bookmarks and beautiful background images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Agni Newtab - Versatile Browser Start Page",
  "version": "1.8",
  "description": "Customise your start page with apps, bookmarks and beautiful background images.",
  "manifest_version": 2,
  "icons": {
    "16": "Agni_lcon.png",
    "128": "Agni_lcon.png"
  },
  "permissions": [
    "identity",
    "declarativeContent",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": [
    {
      "js": [
        "main.js",
        "main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}