XFeed

XFeed

Seus pedidos agora armazenados em modo off-line, caso perca a conexão com a internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "XFeed",
  "description": "Seus pedidos agora armazenados em modo off-line, caso perca a conexão com a internet!",
  "version": "1.0.1",
  "icons": {
    "128": "img/128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "img/19.png"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*",
    "tabs",
    "alarms"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": true
  }
}