IssueGenerator

IssueGenerator

New issue tool. Create issue by filling the form.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IssueGenerator",
  "version": "1.0.7",
  "description": "New issue tool. Create issue by filling the form.",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}