Drupal Issue Tracking

Drupal Issue Tracking

Provides a simple way to track issues of interest

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1.0",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "storage",
    "*://*.drupal.org/"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    }
  }
}