STAGIL Atlassian Cloud Browser Extension

STAGIL Atlassian Cloud Browser Extension

STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "STAGIL Atlassian Cloud Browser Extension",
  "version": "2.3.1",
  "description": "STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.",
  "icons": {
    "16": "images/snjc/icon-16.png",
    "32": "images/snjc/icon-32.png",
    "48": "images/snjc/icon-48.png",
    "128": "images/snjc/icon-128.png"
  },
  "action": {
    "default_popup": "html/options.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*.atlassian.net/*",
    "file:///html/*",
    "https://apps.stagil.com/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.atlassian.net/*",
        "file:///html/*",
        "file://js/*",
        "https://apps.stagil.com/*"
      ],
      "css": [
        "css/skeleton.css",
        "css/scbe.css"
      ],
      "js": [
        "js/commonFiles/sockjs.min.js",
        "js/commonFiles/stomp.min.js",
        "js/commonFiles/constants.js",
        "js/commonFiles/utils.js",
        "js/sajc/sajc-loader.js",
        "js/snjc/snjc-loader.js",
        "js/sajc/sajc.js",
        "js/snjc/snjc.js"
      ],
      "all_frames": true
    }
  ]
}