PHP Write Run

PHP Write Run

Write and run PHP code online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PHP Write Run",
  "version": "1.0",
  "description": "Write and run PHP code online.",
  "permissions": [
    "http://sandbox.onlinephpfunctions.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/php_128e.png"
    }
  },
  "manifest_version": 2
}