Drupal Changelog

Drupal Changelog

Get drupal Changelog formatted on click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drupal Changelog",
  "action": {},
  "manifest_version": 3,
  "version": "0.2",
  "description": "Get drupal Changelog formatted on click",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}