Swift Chrome Extension

Swift Chrome Extension

This extension allows users to highlight text, right click, and have the option of having it rendered on Swift.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Swift Chrome Extension",
  "short_name": "Swift",
  "description": "This extension allows users to highlight text, right click, and have the option of having it rendered on Swift.",
  "icons": {
    "128": "icon128.png"
  },
  "version": "2.0",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon19.png"
  },
  "permissions": [
    "contextMenus",
    "http://www.swift-reader.com/"
  ]
}