Browse Source

Add an icon.

master
Ben Kurtovic 10 years ago
parent
commit
2567b9c182
3 changed files with 4 additions and 1 deletions
  1. BIN
     
  2. BIN
     
  3. +4
    -1
      manifest.json

BIN
View File


BIN
View File


+ 4
- 1
manifest.json View File

@@ -5,7 +5,10 @@


"description": "Gives you finer control over MyAnimeList.net scores.", "description": "Gives you finer control over MyAnimeList.net scores.",
"short_name": "MAL Decimal", "short_name": "MAL Decimal",
"icons": {},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},


"content_scripts": [{ "content_scripts": [{
"matches": ["http://myanimelist.net/*"], "matches": ["http://myanimelist.net/*"],


Loading…
Cancel
Save