TSR CC Manager

TSR CC Manager

TSR CC Manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "short_name": "TSR CC",
  "version": "0.20",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.thesimsresource.com/*",
      "*://localhost:*/*"
    ]
  },
  "url_handlers": {
    "install_item": {
      "matches": [
        "*://www.thesimsresource.com/ajax.php?c=downloads&a=install*",
        "*://thesimsresource.com/ajax.php?c=downloads&a=install*"
      ],
      "title": "Install item"
    },
    "download_item": {
      "matches": [
        "*://www.thesimsresource.com/ajax.php?c=downloads&a=appdownload*",
        "*://thesimsresource.com/ajax.php?c=downloads&a=appdownload*"
      ],
      "title": "Download item"
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "*://*.cloudfront.net/downloads/*",
    "*://*.thesimsresource.com/*"
  ]
}