Velociraptor

Velociraptor

Replaces the words and images of a webpage with velociraptors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Velociraptor",
  "short_name": "Velociraptor",
  "description": "Replaces the words and images of a webpage with velociraptors.",
  "version": "1.0.1",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "VELOCIRAPTOR"
  },
  "background": {
    "scripts": [
      "velociraptor_main.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}