Skip to content

Commit 5fb45e9

Browse files
committed
Try create plugin.
1 parent e8f59be commit 5fb45e9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

app/scripts/main.djs

+2
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ wow&
5454
shh Go go go!!1
5555

5656
plz angular.bootstrap with document ['monsterPlayer']
57+
58+
plz console.log with 'Go go go!!1'

manifest.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"manifest_version": 2,
3+
4+
"name": "monster-player-plugin",
5+
"description": "",
6+
"version": "1.0",
7+
8+
"browser_action": {
9+
"default_icon": "./app/images/monster-player.png",
10+
"default_popup": "./app/index.html"
11+
},
12+
13+
"icons": {
14+
"16": "./app/images/monster-player.png",
15+
"48": "./app/images/monster-player.png"
16+
},
17+
18+
"permissions": [
19+
"activeTab"
20+
]
21+
}

0 commit comments

Comments
 (0)