csTimer Sync

csTimer Sync

This extension syncs csTimer sessions across machines

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "csTimer Sync",
  "description": "This extension syncs csTimer sessions across machines",
  "version": "0.3.0",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*.cstimer.net/*"
  ]
}