Protab

Protab

This extension is designed to enhance your browser and bring life and variety to your default new tab page. When installing our…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Protab",
  "name": "Protab",
  "manifest_version": 3,
  "version": "1.1.1",
  "icons": {
    "16": "/images/icons/16.png",
    "32": "/images/icons/32.png",
    "48": "/images/icons/48.png",
    "128": "/images/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "permissions": [
    "storage",
    "bookmarks",
    "history"
  ],
  "host_permissions": [
    "*://protab.me/*",
    "https://api.weatherapi.com/v1/"
  ]
}