Week Ly - Week Number

Week Ly - Week Number

This app shows you the current Week!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.2.4",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "Week Ly number",
  "author": "Codarren Velvindron",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://raw.githubusercontent.com/codarrenvelvindron/Week-Ly/master/weeklyquote.json"
  ],
  "browser_action": {
    "default_title": "__MSG_appAction__",
    "default_popup": "popup.html",
    "default_icon": "icon16.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}