Week

Week

Show current week number in toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "author": "C-son",
  "short_name": "__MSG_extName__",
  "default_locale": "en",
  "version": "2.4.1",
  "description": "__MSG_description__",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOcf7MnDCjf+04KEeitpZyvqx+C7UeIX6PYcqHH6nRXHESR1lNfTsRVmxr9gBsnWMGVoq2T7KdJ3ogF8c1jAkLrtC0U/z1zqWtDKnqvg9FOjTxiDjj4mkwvI1fpC3hepfiWQ1ftceYPNL5rEuz+g6QL7NC1B7ywtw+lzcnRlfnLQIDAQAB",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "offline_enabled": true,
  "action": {
    "default_icon": "weeks/0.png",
    "default_title": "__MSG_extName__ 0"
  },
  "permissions": [
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}