DealTrunk

DealTrunk

Like saving money? Value your time? Get the best deals for peanuts! We scour the web to deliver you the best deals online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DealTrunk",
  "version": "1.6",
  "manifest_version": 2,
  "description": "Like saving money? Value your time? Get the best deals for peanuts! We scour the web to deliver you the best deals online. ",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://www.dealtrunk.com/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "DealTrunk App",
    "default_popup": "popup.html"
  }
}