DJs Mobiles

DJs Mobiles

Your Guide to Going Mobile - Brings you the Latest News on smartphones, tablets, laptops and other mobile devices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DJs Mobiles",
  "version": "10.0.1",
  "description": "Your Guide to Going Mobile - Brings you the Latest News on smartphones, tablets, laptops and other mobile devices",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "urls": [
        "www.djsmobiles.com"
      ],
      "web_url": "http://www.djsmobiles.com"
    }
  },
  "permissions": [
    "notifications",
    "unlimitedStorage"
  ],
  "short_name": "DJs Mobiles"
}