Found

Found

Found is the easiest way to capture, share & store images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Found",
  "description": "Found is the easiest way to capture, share & store images.",
  "version": "0.0.25",
  "homepage_url": "https://found.so",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "title": "open"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "cookies",
    "activeTab",
    "<all_urls>"
  ],
  "commands": {
    "save-page": {
      "suggested_key": {
        "default": "Ctrl+E"
      },
      "description": "Save page"
    }
  }
}