TheDroidWay : Modify your Android our Way

TheDroidWay : Modify your Android our Way

TheDroidWay is an emerging Android Blog which publishes Android tutorials , app stories, reviews and also provide support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TheDroidWay : Modify your Android our Way",
  "short_name": "TheDroidWay Posts",
  "description": "TheDroidWay is an emerging Android Blog which publishes Android tutorials , app stories, reviews and also provide support.",
  "browser_action": {
    "default_icon": {
      "32": "icon-32.png",
      "48": "icon-48.png",
      "64": "icon-64.png",
      "128": "icon-128.png"
    },
    "default_title": "Read Droid Tutorials",
    "default_popup": "extension.html"
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "0.1"
}