New Amazing Tab

New Amazing Tab

Replace your boring chrome tab screen with an Amazing tab, It has lots of feature & functionality. Install it & get amazed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Amazing Tab",
  "author": "Anjum Nawab",
  "version": "0.0.1.0",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "homepage_url": "https://www.wwebz.com/",
  "description": "Replace your boring chrome tab screen with an Amazing tab, It has lots of feature & functionality. Install it & get amazed.",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "browser_action": {
    "default_title": "Set new Amazing tab"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'script-src-elem' 'unsafe-inline' https://www.googletagmanager.com https://ssl.google-analytics.com https://www.google-analytics.com https://api.opencagedata.com; object-src 'self'",
  "web_accessible_resources": [
    "assets/css/*",
    "assets/js/*",
    "assets/fonts/*"
  ]
}