Luuma Clipper

Luuma Clipper

The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Luuma Clipper",
  "description": "The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click",
  "version": "2.3.0",
  "author": "Wamoozle Inc.",
  "content_security_policy": "script-src 'self' 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https://www.luuma.com/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https://luuma.com/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https://digitaljobbookbeta.com/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https://www.digitaljobbookbeta.com/; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "16": "images/favicon16.png",
      "32": "images/favicon32.png",
      "48": "images/favicon48.png",
      "128": "images/favicon128.png"
    },
    "default_title": "Luuma Clipper",
    "default_popup": "html/popup.html"
  },
  "chrome_url_overrides": {},
  "externally_connectable": {
    "matches": [
      "https://luuma.com/*/*",
      "https://digitaljobbookbeta.com/*/*",
      "https://www.luuma.com/*/*",
      "https://www.digitaljobbookbeta.com/*/*"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "images/favicon16.png",
    "32": "images/favicon32.png",
    "48": "images/favicon48.png",
    "128": "images/favicon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "jQuery/jquery-3.3.1.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [],
      "all_frames": false,
      "run_at": "document_idle",
      "js": [
        "jQuery/jquery-3.3.1.js",
        "js/content.js"
      ],
      "css": [
        "css/styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "https://luuma.com/*",
    "https://digitaljobbookbeta.com/*",
    "html/*",
    "images/*",
    "jQuery/jquery-3.3.1.js",
    "css/*",
    "plugin.html",
    "http://fonts.googleapis.com/css?family=Roboto"
  ]
}