FixMe: for qa, design and develop

FixMe: for qa, design and develop

Fix bugs, design your product and share it with other developers.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FixMe: for qa, design and develop",
  "version": "1.0.5",
  "description": "Fix bugs, design your product and share it with other developers.",
  "devtools_page": "devtools/zloof.html",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "tabCapture",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/get_started16.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "background/background.js",
      "background/backgroundRightClick.js",
      "background/mixpanel.js",
      "background/hot-loader.js",
      "background/RecordRTC.js",
      "background/backgroundShare.js",
      "background/backgroundVideo.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/get_started16.png",
    "48": "icons/get_started48.png",
    "128": "icons/get_started128.png"
  },
  "commands": {
    "start-video": {
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Alt+Z"
      },
      "description": "Start record a video"
    },
    "start-video-d": {
      "suggested_key": {
        "default": "Alt+D",
        "mac": "Alt+D"
      },
      "description": "Start record a video1"
    },
    "start-video-x": {
      "suggested_key": {
        "default": "Alt+X",
        "mac": "Alt+X"
      },
      "description": "Start record a video2"
    }
  },
  "web_accessible_resources": [
    "icons/x.svg",
    "icons/minimaze.svg",
    "icons/copy.svg",
    "icons/target.svg",
    "icons/mouse.svg"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "app.bundle.js",
        "lib/jquery.min.js",
        "unBundle/findChanges.js"
      ]
    }
  ],
  "manifest_version": 2
}