Crumble Clipper

Crumble Clipper

The Crumble Clipper complements our web application to intelligently collect, discover and create insights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crumble Clipper",
  "description": "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.",
  "version": "1.5",
  "icons": {
    "16": "icons/32.ico",
    "48": "icons/48.ico",
    "128": "icons/128.ico"
  },
  "browser_action": {
    "default_icon": "icons/bg_circle_black.png",
    "default_popup": "profile.html"
  },
  "background": {
    "scripts": [
      "scripts/jquery-3.5.1.min.js",
      "scripts/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://lovecrumble.com/check_login/",
    "https://lovecrumble.com/get_boards/",
    "https://lovecrumble.com/post_data/",
    "https://lovecrumble.com/post_page/",
    "contextMenus",
    "notifications",
    "https://api.lovecrumble.com/crumble/summarise/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "scripts/popup.js",
    "scripts/background.js",
    "summarise.html"
  ]
}