ASDFast - Lorem Ipsum Generator (Right-Click)

ASDFast - Lorem Ipsum Generator (Right-Click)

Right-Click Lorem Ipsum generator. Click and choose 'Insert AsdFast Text' from the context menu to fill placeholder text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "BeoBit",
  "background": {
    "scripts": [
      "js/jquery-3.2.1.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/asdfast-128.png",
    "default_popup": "html/popup.html",
    "default_title": "ASDFast"
  },
  "description": "Right-Click Lorem Ipsum generator. Click and choose 'Insert AsdFast Text' from the context menu to fill placeholder text.",
  "icons": {
    "16": "img/asdfast-16.png",
    "48": "img/asdfast-48.png",
    "128": "img/asdfast-128.png"
  },
  "manifest_version": 2,
  "name": "ASDFast - Lorem Ipsum Generator (Right-Click)",
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/",
    "https://*/",
    "notifications"
  ],
  "short_name": "ASDFast",
  "version": "1.5.0"
}