Quire

Quire

Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quire",
  "version": "0.9.31",
  "description": "Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.",
  "permissions": [
    "notifications",
    "storage",
    "https://quire.io/*"
  ],
  "icons": {
    "16": "logo/logomark_16.png",
    "48": "logo/logomark_48.png",
    "128": "logo/logomark_128.png"
  },
  "browser_action": {
    "default_icon": "logo/logomark_16.png",
    "no_default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://quire.io https://www.googletagmanager.com https://www.google-analytics.com https://www.googleadservices.com https://ajax.googleapis.com https://bat.bing.com https://d12y7sg0iam4lc.cloudfront.net; object-src 'self'",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "https://quire.io/*",
      "https://*.quire.io/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://quire.io/*",
        "https://*.quire.io/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_page": "options.html"
}