autoFill

autoFill

autoFill is used to fill the form field with random value

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "autoFill",
  "short_name": "form fill",
  "description": "autoFill is used to fill the form field with random value",
  "version": "1.1",
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "assets/img/logo/icon16.png",
    "48": "assets/img/logo/icon48.png",
    "128": "assets/img/logo/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.paypal.com https://www.paypalobjects.com; object-src 'self'"
}