Skip to content

Commit

Permalink
增加icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyghoo8 committed Mar 26, 2013
1 parent 4cb6d9f commit 6e3ae38
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
Binary file added icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/128-x-128-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 21 additions & 15 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"content_scripts": [ {
"exclude_globs": [ "http://www.kuaipan.cn/*" ],
"exclude_matches": [ ],
"include_globs": [ ],
"js": [ "script.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_idle"
} ],
"converted_from_user_script": true,
"description": "OpenGG.Clean.Player",
// "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9m8MNnQRovEQO8t49cscSV4eNxfOHWeBQ4odI4WojR4ySW8qyAnR+TpzTTgJjiXC4Y9MfXZ1dgztO7VRjSW/eAdTI4g35kyD86meR616l3UgEebG7uI56tPbIr+APojYykPucACmDrIaIi3UlAuWBe1U5KvQL/9hXA3r/BXEIswIDAQAB",
"manifest_version": 2,
"name": "noADbyOpenGG",
// "update_url": "http://clients2.google.com/service/update2/crx",
"version": "0.10"
"content_scripts":[
{
"exclude_globs":[ "http://www.kuaipan.cn/*" ],
"exclude_matches":[ ],
"include_globs":[ ],
"js":[ "script.js" ],
"matches":[ "http://*/*", "https://*/*" ],
"run_at":"document_idle"
}
],
"converted_from_user_script":true,
"description":"noADbyOpenGG",
"manifest_version":2,
"name":"noADbyOpenGG",
"version":"0.11",
"icons":{
"128":"icon128.png",
"64":"icon64.png",
"48":"icon48.png",
"16":"icon32.png"
}
}

0 comments on commit 6e3ae38

Please sign in to comment.