Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 2,
- "version": "1.0",
- "default_locale": "de",
- "name": "foo"
- "description": "foo",
- "applications": {
- "gecko": {
- "strict_min_version": "40.0.0",
- "strict_max_version": "50.*",
- "update_url": "https://foo/bar"
- }
- },
- "background": {
- "page": "background.html"
- },
- "options_page": "settings.html",
- "browser_action": {
- "default_icon": {
- "19": "images/icon_locked_19.png",
- "38": "images/icon_locked_38.png"
- },
- "default_popup": "popup.html",
- "default_title": "foo"
- },
- "content_scripts": [
- {
- "matches": ["*://*/*"],
- "css": ["jquery-ui.min.css", "page.css", "compiled.css"],
- "js": ["jquery-2.1.4.min.js", "jquery-ui.min.js", "jquery.blockUI.js", "hideShowPassword.min.js", "page.js"]
- }
- ],
- "permissions": [
- "clipboardWrite",
- "clipboardRead",
- "tabs",
- "http://localhost/*"
- ],
- "web_accessible_resources": ["images/*.png"]
- }
Advertisement
Add Comment
Please, Sign In to add comment