SVN Browser

SVN Browser

Shows the SVN content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SVN Browser",
  "version": "0.7",
  "manifest_version": 2,
  "description": "Shows the SVN content.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "page_action": {
    "default_icon": "images/page-action.png",
    "default_title": "SVN",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "<all_urls>"
  ]
}