Created
September 18, 2017 08:03
-
-
Save x0rz/d5206e0d31353700f29bcac4dcc1c04a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": { | |
"scripts": [ "background.js" ] | |
}, | |
"browser_action": { | |
"default_icon": "opurie.png", | |
"default_popup": "popup.html", | |
"default_title": "Opurie" | |
}, | |
"description": "Whiohoo! Welcome back to Opurie", | |
"icons": { | |
"128": "opurie.png" | |
}, | |
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApp4LoBV2R/4bfoAcj+5m2uG7Clg3zWZLMYjXcG8dNN1172V/QbBJ5o1m2ij/3F3Re9qvwmbDvGcR23XUOU0CfG/WvuE4WRFE4+oqEJsNHoy6W8iVq6jLAT5xk3zJgVa0OxDG5k52aPFfMQb66TbUwji9Ckn+6ahdxbzaxGz/vCraXU1iRlwRuhWgd69APIrsq2e+hIulk4BeEeIS+vZhvS+XE/zjznDk0QGCqSQeAtG75UArfn+JxTrXK/EXUuNKKOH82XtNK6vBGJSUxR2NYYJv+iOinpU0/xh4OheIghTn/dy+jANIfLECjcmqCGc9qVeZX6Hrz355oJKIuOg7qQIDAQAB", | |
"manifest_version": 2, | |
"name": "Opurie", | |
"permissions": [ "storage", "http://*/*", "tabs", "https://*/*", "webRequest", "cookies" ], | |
"update_url": "https://clients2.google.com/service/update2/crx", | |
"version": "1.2.5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment