Salsa!

Salsa!

Time management timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Salsa!",
  "description": "Time management timer",
  "version": "1.0.0",
  "manifest_version": 2,
  "options_page": "options.htm",
  "background": {
    "scripts": [
      "jquery-2.1.0.min.js",
      "common.js",
      "salsa.js"
    ]
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_title": "Salsa!",
    "default_popup": "popup.html"
  },
  "minimum_chrome_version": "37",
  "permissions": [
    "background",
    "contextMenus",
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    "images/icon_32.png"
  ]
}