Unreal Drones

Unreal Drones

Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unreal Drones",
  "description": "Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!",
  "homepage_url": "http://unrealdrones.net",
  "version": "1.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "Unreal Drones"
  }
}