Shuvvle

Shuvvle

Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Shuvvle",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "48": "shuvvle-icon48.png",
    "128": "shuvvle-icon128.png"
  },
  "description": "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "shuvvle-icon19.png",
      "38": "shuvvle-icon38.png"
    },
    "default_title": "Shuvvle this!"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ]
}