Pivotate

Pivotate

Submit to Pivotal Tracker with screenshot

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pivotate",
  "version": "1.9",
  "description": "Submit to Pivotal Tracker with screenshot",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_title": "Pivotal Submit!"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/",
    "https://www.pivotaltracker.com/services/v3/*",
    "tabs"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}