modified: pixi.toml
[GalaxyCodeBases.git] / etc / Chrome / 115 / chrome / manifest.json
blob644a8dabe8612b07e020833ae23fba5656a579b6
2    "content_scripts": [ {
3       "js": [ "js/115.js" ],
4       "matches": ["*://*.115.com/*"]
5    } ],
6    "default_locale": "en",
7    "description": "__MSG_description__",
8    "icons": {
9       "32": "images/logo32.png",
10       "16": "images/logo16.png",
11       "48": "images/logo48.png",
12       "128": "images/logo128.png"
13    },
14    "manifest_version": 2,
15    "permissions": [ "cookies", "tabs", "*://*.115.com/*"],
16    "name": "__MSG_appName__",
17    "version": "0.1.5"