Apache Spark Project JIRA Issues

Apache Spark Project JIRA Issues

This extension shows Recently created/added Issues in Apache Spark Project.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Apache Spark Project JIRA Issues",
  "short_name": "Spark JIRA Issues",
  "description": "This extension shows Recently created/added Issues in Apache Spark Project.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click here!"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "https://issues.apache.org/"
  ]
}