Software Launch System Review

Software Launch System Review

Software consistently outperforms products in terms of sales - learn how to launch your own software offer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Software Launch System Review",
  "manifest_version": 2,
  "short_name": "Software Launch System",
  "description": "Software consistently outperforms products in terms of sales - learn how to launch your own software offer",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon1small.png"
  },
  "icons": {
    "128": "icon1.png"
  }
}