App Local work but in Web Store the installation not work.

20 views
Skip to first unread message

Fábio Rogério SJ

unread,
Nov 14, 2012, 11:50:58 AM11/14/12
to chromi...@chromium.org
Hi, I have a verification to window.addEventListener('error' for list all error javascript.
In local work very good but when generating the .crx not work de verification.

Someone help me?

Fábio Rogério SJ

unread,
Nov 14, 2012, 11:54:23 AM11/14/12
to chromi...@chromium.org
My manifest.json:

{
   "background": {
      "scripts": [ "background.js" ]
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "content.js" ],
      "matches": [ "http://*/*", "https://*/*", "file://*/*" ],
      "run_at": "document_start"
   } ],
   "description": "Notificação de erros do javascript com opções de filtros, nível de mensagens e tipos de alertas.",
   "icons": {
      "128": "img/ico-128.png",
      "16": "img/ico-16.png",
      "48": "img/ico-48.png",
 "96": "img/ico-96.png"
   },
   "incognito": "spanning",
   "manifest_version": 2,
   "name": "AlertConsole",
   "options_page": "options.html",
   "permissions": [
"notifications",
"unlimitedStorage"
],
"web_accessible_resources": [
    "img/ico-48.png"
  ],
   "page_action": {
      "default_icon": "img/ico-16.png",
      "default_popup": "popup.html",
      "default_title": "AlertConsole"
   },
   "version": "1"

Fábio Rogério SJ

unread,
Nov 14, 2012, 12:14:55 PM11/14/12
to chromi...@chromium.org
I checked in options "Allow Access to File URLs" work very good!
But why I have that check this option " Allow Access to File URLs"?



Em quarta-feira, 14 de novembro de 2012 14h50min59s UTC-2, Fábio Rogério SJ escreveu:
Reply all
Reply to author
Forward
0 new messages