DrupalPod

DrupalPod

This extension set up a development environment for Drupal contributions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "DrupalPod helper extension",
  "description": "This extension sets up a development environment for Drupal contributions.",
  "version": "1.0.7",
  "homepage_url": "https://www.drupalpod.com",
  "icons": {
    "128": "icons/DrupalPod-128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/DrupalPod-128x128.png",
    "default_popup": "popup.html",
    "default_title": "DrupalPod"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "89.0",
      "id": "{399fc09d-a670-4ac3-8355-28804d144c03}"
    }
  }
}