Immanens Web Clipper

Immanens Web Clipper

Use this extension to quote what you see on the web in your reports, presentations, blogs etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Immanens",
  "name": "__MSG_ExtensionName__",
  "description": "__MSG_ExtensionDescription__",
  "version": "2.1.0",
  "manifest_version": 2,
  "homepage_url": "https://www.immanens.com",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "styles/img/icon16.png",
    "default_title": "__MSG_BrowserActionTitle__"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "styles/img/icon16.png",
    "48": "styles/img/icon48.png",
    "128": "styles/img/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "lib/imm-web-clipper.js"
  ]
}