ActiveFlash

ActiveFlash

Modify the navigator.platform while simulating a mobile viewport

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "falsh",
  "version": "1.0",
  "description": "Modify the navigator.platform while simulating a mobile viewport",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_start"
    }
  ]
}