Awesome Lorem Ipsum Generator & Form Filler

Awesome Lorem Ipsum Generator & Form Filler

Generate lorem ipsum or other random text, html or numbers to quickly fill your forms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Awesome Lorem Ipsum Generator & Form Filler",
  "description": "Generate lorem ipsum or other random text, html or numbers to quickly fill your forms.",
  "version": "0.4.0",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "assets/icon-16.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "clipboardRead",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Q",
        "mac": "Ctrl+Q",
        "linux": "Ctrl+Q"
      }
    }
  }
}