Qwik Me Up

Qwik Me Up

Your daily pick me up while searching the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Qwik Me Up",
  "short_name": "Qwik Me Up",
  "version": "1.0.5",
  "description": "Your daily pick me up while searching the web",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "Qwik Me Up"
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "host_permissions": [
    "*://*.qwikmeup.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "storage"
  ]
}