Get the Best Software Deals Daily | Save $$$

Get the Best Software Deals Daily | Save $$$

Get notifications of Launch Space deals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "independent.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "Get notifications of Launch Space deals",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Get the Best Software Deals Daily | Save $$$",
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications",
    "tabs",
    "activeTab",
    "http://feed.launchspace.net/feed/*",
    "https://use.fontawesome.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2.2"
}