Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- My manifest.json
- {
- "manifest_version": 3,
- "name": "Removed j03",
- "version": "1.0.2",
- "description": "Search for public memories in GitHub, Twitter, Miraheze, ebin.pub, and a Wordpress hosted website.",
- "permissions": [
- "storage",
- "tabs",
- "notifications",
- "https://api.github.com/"
- ],
- "action": {
- "default_popup": "popup.html",
- "default_icon": {
- "16": "icon.png",
- "48": "icon.png",
- "128": "icon.png"
- }
- },
- "icons": {
- "16": "icon.png",
- "48": "icon.png",
- "128": "icon.png"
- },
- "author": "Removed my name",
- "homepage_url": "https://github.com/removed-my-github/public-memory-syntax"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement