Betterdeals

Betterdeals

A new tab page featuring ● Latest and best reviews of a wide range of products ● Weather forecast ● Date ● Search bar…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_title": "Open New Tab"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    "newtab.html"
  ],
  "permissions": [
    "storage",
    "notifications"
  ],
  "manifest_version": 2,
  "name": "Betterdeals",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.0"
}