MyRW :: My text ReWriter

MyRW :: My text ReWriter

The Free Article Rewriter Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyRW :: My text ReWriter",
  "description": "The Free Article Rewriter Tool",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "16": "myrwicon16.png",
    "128": "myrwicon128.png"
  },
  "app": {
    "urls": [
      "http://myrw.imobileappsys.com/index.php?chromestart=1"
    ],
    "launch": {
      "web_url": "http://myrw.imobileappsys.com/index.php?chromestart=1"
    },
    "permissions": [
      "unlimitedStorage",
      "notifications"
    ]
  }
}