Play with Dune HD

Play with Dune HD

Adds context menu item to play links with Dune HD media player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Maxim Schedriviy <m.schedriviy(at)gmail.com>",
  "manifest_version": 2,
  "name": "Play with Dune HD",
  "short_name": "duneplay",
  "version": "1.1.4",
  "description": "Adds context menu item to play links with Dune HD media player",
  "icons": {
    "128": "dune-hd-128x128.png"
  },
  "browser_action": {
    "default_icon": "dune-hd-128x128.png"
  },
  "background": {
    "scripts": [
      "page.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}