Week of the Year

Week of the Year

Displays a small icon with week of the year.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Week of the Year",
  "version": "1.0.0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; ",
  "browser_action": {
    "default_icon": {
      "19": "mm19.png"
    }
  }
}