Add copyright to browser plug-in file, finish code reorg and cleanup.
[gssweb.git] / browsers / chrome / app / manifest.json
index cd85d28..81bce93 100644 (file)
@@ -6,13 +6,13 @@
    },
    "background": {
        "scripts": [
-           "gssweb_background.js"
+           "background.js"
        ]
    },
    "content_scripts": [
        {
           "matches": ["*://*/*"],
-          "js": ["gssweb.contentscript.js"]
+          "js": ["contentscript.js"]
        }
    ],
    "description": "Chrome plugin to supply GSSAPI calls.",