JuMP

JuMP

JuMP Tools

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JuMP",
  "description": "JuMP Tools",
  "version": "1.021",
  "page_action": {
    "default_icon": "jumponly128.png",
    "default_title": "JuMP Tools",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "declarativeContent",
    "*://*.matterport.com/",
    "*://*.matterportvr.cn/",
    "*://*.iit3d.com/"
  ],
  "content_scripts": [
    {
      "js": [
        "test.js"
      ],
      "matches": [
        "https://my.matterportvr.cn/showcase-beta?m=*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "testuv.js"
      ],
      "matches": [
        "http://localhost:3000/uvshowbeta.html"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "homepage_url": "http://www.iit3d.com/pop/JuMP-POP-v1.0.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}