We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f59be commit 5fb45e9Copy full SHA for 5fb45e9
app/scripts/main.djs
@@ -54,3 +54,5 @@ wow&
54
shh Go go go!!1
55
56
plz angular.bootstrap with document ['monsterPlayer']
57
+
58
+plz console.log with 'Go go go!!1'
manifest.json
@@ -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