App Store Deals

App Store Deals

Displays the latest App Store Deals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "App Store Deals",
  "description": "Displays the latest App Store Deals",
  "version": "1.1.8",
  "options_page": "options.html",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "24": "img/icon24.png",
      "32": "img/icon32.png"
    },
    "default_title": "App Store Deals",
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "http://appstor.news/",
    "https://appstor.news/",
    "https://itunes.apple.com/",
    "http://*.mzstatic.com/",
    "https://*.mzstatic.com/",
    "notifications",
    "storage"
  ]
}