UnixCon

UnixCon

A simple tool to convert timestamp to date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UnixCon",
  "description": "A simple tool to convert timestamp to date.",
  "version": "1.3",
  "manifest_version": 3,
  "homepage_url": "https://www.unixcon.club/",
  "background": {
    "service_worker": "./background.js"
  },
  "chrome_url_overrides": {
    "newtab": "./page/index.html"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./images/16.png",
      "32": "./images/32.png",
      "48": "./images/48.png",
      "128": "./images/128.png"
    }
  },
  "icons": {
    "16": "./images/16.png",
    "32": "./images/32.png",
    "48": "./images/48.png",
    "128": "./images/128.png"
  }
}