Brisk

Brisk

Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Brisk",
  "name": "Brisk",
  "description": "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around",
  "manifest_version": 3,
  "version": "1.0.3",
  "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",
    "tabs",
    "bookmarks",
    "history"
  ],
  "host_permissions": [
    "*://brisk-tab.com/*",
    "https://api.weatherapi.com/v1/"
  ]
}