Open in Quip

Open in Quip

This extension provides a shortcut for opening a Quip URL in the desktop application

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open in Quip",
  "description": "This extension provides a shortcut for opening a Quip URL in the desktop application",
  "version": "1.0",
  "browser_action": {
    "default_title": "Open in Quip"
  },
  "background": {
    "scripts": [
      "oiq.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}