{
    "name": "weidian-power",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "demo",
    "icons": {
        "16": "manifest-img/16.png",
        "32": "manifest-img/32.png",
        "48": "manifest-img/48.png",
        "128": "manifest-img/128.png"
    },

    "page_action": {
        "default_icon": "manifest-img/128.png",
        "default_title": "weidian-power",
        "default_popup": "pages/popup.html"
    },

    "background": {
        "scripts": ["static/background/index.js"]
    },

    "permissions": [
        "declarativeContent"
    ],

    "web_accessible_resources": [
        "manifest-img/16.png",
        "manifest-img/32.png",
        "manifest-img/48.png",
        "manifest-img/128.png",
        "manifest-img/128.png",
        "static/inserted/index.js",
        "static/inserted/index.css",
        "static/content/index.js"
    ],

    "options_ui":
	{
		// 添加一些默认的样式，推荐使用
		"chrome_style": true
	},

    "content_scripts": [
        {
            "matches": [
                "https://*.weidian.com/*"
            ],
            "js": [
                "static/content/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}
