Giphub

Giphub

Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.10.0",
  "manifest_version": 3,
  "name": "Giphub",
  "author": "Everest, Sean <[email protected]>",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "96": "96.png",
    "128": "128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "64": "64.png"
    },
    "default_title": "Giphub"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.giphy.com/*"
  ]
}