Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No background scripts found in your manifest.json file #613

Open
girishbr opened this issue Dec 4, 2016 · 0 comments
Open

No background scripts found in your manifest.json file #613

girishbr opened this issue Dec 4, 2016 · 0 comments

Comments

@girishbr
Copy link

girishbr commented Dec 4, 2016

This is my manifest. It's got the event.js in background.scripts array.

{ "manifest_version": 2, "name": "I N S T A N T L Y", "description": "A Chrome Extension to manage your Boomi Processes right from your browser toolbar.", "version": "0.0.0.2", "background": { "scripts": [ "event.js" ], "persistent": true }, "browser_action": { "default_title": "I N S T A N T L Y", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https://api.boomi.com/api/rest/v1/*" ], "icons": { "128": "icon.png" } }

No background scripts found in your manifest.json file. Your manifest must contain at least one script in the "app.background.scripts" array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant